ArcGIS Pro 2.6 API Reference Guide
ClassFlagOption Enumeration

ArcGIS.Desktop.Mapping Namespace : ClassFlagOption Enumeration
Enumeration to represent options for classification flags for a point cloud filter.
Syntax
Members
MemberDescription
Exclude 
Ignore 
Include 
Remarks
Included: All points with this flag will be displayed and points that do not have this flag will not be displayed. The check makes it an absolute requirement to have this flag in order to be displayed. Excluded: Points with this flag will never be displayed. Ignored: This flag does not contribute to point filtering. Points with this flag will be displayed, but if a point that does not have this flag is represented by another flag that is set to be displayed, then points that do not have this flag can also be displayed. This is the default.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.ClassFlagOption

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Mapping Namespace