Point2d Convert the value of the structure to a string.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String A character string representing the value of the Point2d structure in the form of "x, y".
See Also