Click or drag to resize

NumericTextConverterTextToAngleDegree Method

Converts an angle string expressed in "degrees-minutes-seconds" or other notation to an angle value (Degree).

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 double TextToAngleDegree(
	string angleText
)

Parameters

angleText
Type: SystemString
Degrees of minutes minute notation

Return Value

Type: Double
Angle value of conversion result (Degree).
See Also