DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / ToString Method



In This Topic
    ToString Method (Plane3D)
    In This Topic
    Returns a string representation of this Plane.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As Plane3D
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A human readable version of the plane
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also

    Reference

    Plane3D Structure
    Plane3D Members
    Base Implementation in ToString