DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / D Property






    D Property
    Distance from the origin.
    Syntax
    'Declaration
     
    
    Public Property D As System.Double
     
    'Usage
     
    
    Dim instance As Plane3D
    Dim value As System.Double
     
    instance.D = value
     
    value = instance.D
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also