public enum AttributeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AttributeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AttributeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AttributeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.AttributeFlags
Target Platforms: Windows 10, Windows 8.1