ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGraticule Class / SetGeographicCoordinateSystem Method
Version

    SetGeographicCoordinateSystem Method
    Set the Geographic Coordinate System of the CIMGraticule.
    Syntax
    public void SetGeographicCoordinateSystem( 
       SpatialReference sr
    )

    Parameters

    sr
    Remarks
    Assigns the underlying geographic coordinate system for the given ArcGIS.Core.Geometry.SpatialReference instance to the CIMGraticule. The CIMGraticule uses an ArcGIS.Core.Internal.CIM.GeographicCoordinateSystem which cannot be assigned in the public api directly.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also