ArcGIS Pro 2.6 API Reference Guide
CoordinateSystemFilter Enumeration

ArcGIS.Core.Geometry Namespace : CoordinateSystemFilter Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace