ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMMeasuredGrid Class / SetProjectedCoordinateSystem Method

In This Topic
    SetProjectedCoordinateSystem Method
    In This Topic
    Set the Projected Coordinate System of the CIMMeasuredGrid.
    Syntax
    public void SetProjectedCoordinateSystem( 
       SpatialReference sr
    )
    Public Sub SetProjectedCoordinateSystem( _
       ByVal sr As SpatialReference _
    ) 

    Parameters

    sr
    Remarks
    The input ArcGIS.Core.Geometry.SpatialReference must have an ArcGIS.Core.Geometry.SpatialReference.IsProjected value of true otherwise it will be ignored. Assuming IsProjected is true, the spatial reference is assigned to the underlying projected coordinate system for the CIMMeasuredGrid. The CIMMeasuredGrid uses an ArcGIS.Core.Internal.CIM.ProjectedCoordinateSystem 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