ArcGIS Pro 2.9 API Reference Guide
AttributeFlags Enumeration

ArcGIS.Core.Geometry Namespace : AttributeFlags Enumeration
Flags used when creating a geometry in some GeometryBuilderEx methods specifying which attributes, Z, M, and ID, the newly created geometry should have. Use bitwise OR to specify more than one attribute. For example, to specify that the geometry should have Z and M-values, specify AttributeFlags.HasZ | AttributeFlags.HasM.
Syntax
Members
MemberDescription
AllAttributes Specifies that the geometry has Z, M and ID-values.
HasID Specifies that the geometry has ID-values.
HasM Specified that the geometry has M-values.
HasZ Specifies that the geometry has Z-values.
NoAttributes Specifies that the geometry has no attributes. It does not have Z, M or ID-values.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Geometry Namespace