ArcGIS Pro 3.7 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 Sub SetGeographicCoordinateSystem( _
       ByVal sr As SpatialReference _
    ) 
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also