ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / CoordinateSystemsControlProperties Class / ShowVerticalCoordinateSystems Property

In This Topic
    ShowVerticalCoordinateSystems Property
    In This Topic
    Gets and sets the ShowVerticalCoordinateSystems setting. If this is set to true, the VerticalCoordinateSystems leaf node is shown in the CoordinateSystemsControl UI
    Syntax
    public bool ShowVerticalCoordinateSystems {get; set;}
    Public Property ShowVerticalCoordinateSystems As Boolean
    Remarks
    The default is false. When false the ProjectedCoordinateSystems and GeographicCoordinateSystems leaf nodes are shown and not the VerticalCoordinateSystems node.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also