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

In This Topic
    SetGeographicCoordinateSystem Method
    In This Topic
    Set the Geographic Coordinate System of the CIMGraticule.
    Syntax
    public void SetGeographicCoordinateSystem( 
       SpatialReference sr
    )
    Public Sub SetGeographicCoordinateSystem( _
       ByVal sr As SpatialReference _
    ) 

    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