ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CoordinateSystemListEntry Class
Members

In This Topic
    CoordinateSystemListEntry Class
    In This Topic
    Provides the well-known ID (WKID), name and category (or region) of a particular coordinate system.
    Syntax
    public sealed class CoordinateSystemListEntry 
    Public NotInheritable Class CoordinateSystemListEntry 
    Remarks
    Returned in a read-only list from GeometryEngine.GetPredefinedCoordinateSystemList. A coordinate system list entry can have more than one level in a category. If there is more than one level in a category, categories are hierarchical. For example:
    • Two level category followed by the name of the coordinate system: Geographic Coordinate Systems/World/WGS 1984
    • Three level category followed by the name of the coordinate system: Geographic Coordinate Systems/Solar System/Venus/Venus 2000
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.CoordinateSystemListEntry

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also