ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / ConvertQuadrantBearingDMSToNorthAzimuthDecDeg Method
The quadrant bearing.

In This Topic
    ConvertQuadrantBearingDMSToNorthAzimuthDecDeg Method
    In This Topic
    Converts a quadrant bearing in DMS to a value in North Azimuth decimal degrees.
    Syntax
    Public Function ConvertQuadrantBearingDMSToNorthAzimuthDecDeg( _
       ByVal sQuadrantBearing As String _
    ) As Double
    public double ConvertQuadrantBearingDMSToNorthAzimuthDecDeg( 
       string sQuadrantBearing
    )

    Parameters

    sQuadrantBearing
    The quadrant bearing.

    Return Value

    The value in North Azimuth decimal degrees
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also