Click or drag to resize

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
)

Parameters

pointText
Type: SystemString
a string representing the point coordinates (x, y)

Return Value

Type: Point2d
point coordinate value (decimal)
See Also