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.ConvertBearingToString Method (ArcObjects .NET 10.5 SDK) |
Convert a bearing from radians to character string.
[Visual Basic .NET] Public Function ConvertBearingToString ( _ ByVal Bearing As Double, _ ByVal decimals As Integer _ ) As String
[C#] public string ConvertBearingToString ( double Bearing, int decimals );