ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReferenceBuilder Class / PositiveDirection Property

In This Topic
    PositiveDirection Property (SpatialReferenceBuilder)
    In This Topic
    Gets the positive direction of the vertical coordinate system. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public PositiveDirection PositiveDirection {get;}
    Public ReadOnly Property PositiveDirection As PositiveDirection
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    The positive direction determines if a positive Z-value represents height (up) or depth (down). If the spatial reference doesn't have a vertical coordinate system, then PositiveDirection.None is returned.

    In a WKT string, the positive direction looks something like "PARAMETER["Direction",1.0]" where 1 is up and -1 is down.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also