Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / ToString Method

In This Topic
    ToString Method (Plane)
    In This Topic
    Converts this Plane to a human readable string.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string that represents this Plane.
    See Also