ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / ConvertNorthAzimuthDecDegToQuadrantBearingDMS Method
The value in North Azimuth decimal degrees.

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

    Parameters

    value
    The value in North Azimuth decimal degrees.

    Return Value

    The quadrant bearing.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also