DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / D Property



In This Topic
    D Property
    In This Topic
    Distance from the origin.
    Syntax
    'Declaration
     
    Public Property D As Double
    'Usage
     
    Dim instance As Plane3D
    Dim value As Double
     
    instance.D = value
     
    value = instance.D
    public double D {get; set;}
    public:
    property double D {
       double get();
       void set (    double value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also