DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / ToString Method






    ToString Method (Plane3D)
    Returns a string representation of this Plane.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As System.String
     
    'Usage
     
    
    Dim instance As Plane3D
    Dim value As System.String
     
    value = instance.ToString()

    Return Value

    A human readable version of the plane
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also