ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMMeasuredGrid Class / GetProjectedCoordinateSystem Method

In This Topic
    GetProjectedCoordinateSystem Method
    In This Topic
    Get the Projected Coordinate System of the CIMMeasuredGrid.
    Syntax
    Public Function GetProjectedCoordinateSystem() As SpatialReference
    public SpatialReference GetProjectedCoordinateSystem()

    Return Value

    Remarks
    Retrieves the underlying projected coordinate system for the CIMMeasuredGrid. The CIMMeasuredGrid uses an ArcGIS.Core.Internal.CIM.ProjectedCoordinateSystem 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