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



    D Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also