ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReference Class / GetGCSHorizon Method

In This Topic
    GetGCSHorizon Method
    In This Topic
    Gets the horizon of the geographic coordinate system.
    Syntax
    public Envelope GetGCSHorizon()
    Public Function GetGCSHorizon() As Envelope

    Return Value

    The horizon of the projected coordinate system.
    Exceptions
    ExceptionDescription
    This instance is not a projected or geographic coordinate system.
    Remarks
    The horizon is the valid area of use based on the coordinates of the geographic coordinate system. If this instance is a projected coordinate system, the underlying geographic coordinate system is used.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also