Enum ElementAttributes
Attributes stored in AML elements for compact memory usage
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
[Flags]
public enum ElementAttributes
Fields
Name | Description |
---|---|
ItemDefaultAny | Mask indicating that the Item element contains one or more default properties |
ItemDefaultGeneration | Indicates that the Item element contains a default |
ItemDefaultIsCurrent | Indicates that the Item element contains a default |
ItemDefaultIsReleased | Indicates that the Item element contains a default |
ItemDefaultMajorRev | Indicates that the Item element contains a default |
ItemDefaultNewVersion | Indicates that the Item element contains a default |
ItemDefaultNotLockable | Indicates that the Item element contains a default |
Null | Indicates that the element represents a null element |
ReadOnly | Indicates that the element is read-only and should not be modified |