NumericTextConverterTextToPoint Method |
Converts a string representing a point coordinate value to a real value point coordinate value.
If the specified string is in feet-inches, the resulting real value is in millimeters.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point2d TextToPoint(
string pointText
)
Public MustOverride Function TextToPoint (
pointText As String
) As Point2d
Parameters
- pointText
- Type: SystemString
a string representing the point coordinates (x, y)
Return Value
Type:
Point2dpoint coordinate value (decimal)
See Also