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

In This Topic
    VerticalShift Property (SpatialReference)
    In This Topic
    Gets the vertical shift of the vertical coordinate system.
    Syntax
    public double VerticalShift {get;}
    Public ReadOnly Property VerticalShift As Double
    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 zero is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also