ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGraticule Class / GetGeographicCoordinateSystem Method

In This Topic
    GetGeographicCoordinateSystem Method
    In This Topic
    Get the Geographic Coordinate System of the CIMGraticule.
    Syntax
    Public Function GetGeographicCoordinateSystem() As SpatialReference
    public SpatialReference GetGeographicCoordinateSystem()

    Return Value

    Remarks
    Retrieves the underlying geographic coordinate system for the CIMGraticule. The CIMGraticule uses an ArcGIS.Core.Internal.CIM.GeographicCoordinateSystem property which cannot be retrieved in the public api directly.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also