Enum AttributeFlags
Attribute flags.
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
[Flags]
public enum AttributeFlags
Fields
| Name | Description |
|---|---|
| Constant | This is a constant attribute. |
| Hidden | Attribute is invisible (does not appear). |
| Predefined | Attribute is preset (no prompt during insertion). |
| Verify | Verification is required on input of this attribute. |
| Visible | Attribute is visible. |