Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / ToStringXml Method

In This Topic
    ToStringXml Method (Point3D)
    In This Topic
    Converts this 3D point to a human readable string.
    Syntax
    'Declaration
     
    Public Overrides Function ToStringXml() As String
    public override string ToStringXml()

    Return Value

    A string that represents this 2D point.
    See Also