This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
657720d4 8a07 7261 f4b3 863e9f5c1a07
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Attribute flags.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum AttributeFlags
VB
<FlagsAttribute>
Public Enumeration AttributeFlags
C++
[FlagsAttribute]
public enum class AttributeFlags
F#
[<FlagsAttribute>]
type AttributeFlags
None | 0 | No flags equivalent to Visible/Not constant/Not verify/Not Predefined. |
Hidden | 1 | Attribute is invisible (does not appear). |
Constant | 2 | This is a constant attribute. |
Verify | 4 | Verification is required on input of this attribute. |
Predefined | 8 | Attribute is preset (no prompt during insertion). |