This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit Interface > ICadastralPacketEdit.ConvertStringToBearing Method (ArcObjects .NET 10.5 SDK) |
Convert a character string to a value in radians.
[Visual Basic .NET] Public Function ConvertStringToBearing ( _ ByVal Bearing As String _ ) As Double
[C#] public double ConvertStringToBearing ( string Bearing );