ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CoordinateSystemFilter Enumeration

In This Topic
    CoordinateSystemFilter Enumeration
    In This Topic
    Coordinate System Filter. Use a filter as input to GeometryEngine.GetPredefinedCoordinateSystemList. Can be used as a bit mask to get multiple coordinate system types in one list.
    Syntax
    public enum CoordinateSystemFilter : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum CoordinateSystemFilter 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    GeographicCoordinateSystem Geographic Coordinate System
    ProjectedCoordinateSystem Projected Coordinate System
    VerticalCoordinateSystem Vertical Coordinate System
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.CoordinateSystemFilter

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also