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

In This Topic
    VerticalShift Property (SpatialReferenceBuilder)
    In This Topic
    Gets the vertical shift of the vertical coordinate system. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public double VerticalShift {get;}
    Public ReadOnly Property VerticalShift As Double
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    The vertical shift is a built-in vertical offset which is automatically added to or subtracted from each Z-value. If the spatial reference doesn't have a vertical coordinate system, then the getter returns zero.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also