DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / DistanceToFarVertex Method
True to measure into the screen, false for out of the screen.



In This Topic
    DistanceToFarVertex Method
    In This Topic
    Calculates the distance to the farthest vertex from the current view plane.
    Syntax
    'Declaration
     
    
    Public Function DistanceToFarVertex( _
       ByVal Forward As Boolean _
    ) As Single
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Forward As Boolean
    Dim value As Single
     
    value = instance.DistanceToFarVertex(Forward)
    public float DistanceToFarVertex( 
       bool Forward
    )
    public:
    float DistanceToFarVertex( 
       bool Forward
    ) 

    Parameters

    Forward
    True to measure into the screen, false for out of the screen.

    Return Value

    The distance in mm.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also