NumericTextConverterDmsTextToDegree Method |
Converts an angle string expressed in "degrees-minutes-seconds" or other notation to an angle value (Degree).
Same as the TextToAngleDegree method.
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 DmsTextToDegree(
string dmsText
)
Public MustOverride Function DmsTextToDegree (
dmsText As String
) As Double
Parameters
- dmsText
- Type: SystemString
Degrees of minutes minute notation
Return Value
Type:
Double Angle value of conversion result (Degree).
See Also