Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

657720d4 8a07 7261 f4b3 863e9f5c1a07

haplokuon edited this page May 6, 2023 · 1 revision

AttributeFlags Enumeration

netDxf 3.0.0 Library

Attribute flags.

Definition

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

Members

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).

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally