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

a96ddef8 fb26 a676 46d9 996d0586e83b

haplokuon edited this page May 6, 2023 · 1 revision

BlockTypeFlags Enumeration

netDxf 3.0.0 Library

Block-type flags (bit-coded values, may be combined).

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

[FlagsAttribute]
public enum BlockTypeFlags

VB

<FlagsAttribute>
Public Enumeration BlockTypeFlags

C++

[FlagsAttribute]
public enum class BlockTypeFlags

F#

[<FlagsAttribute>]
type BlockTypeFlags

Members

None 0 Indicates none of the following flags apply.
AnonymousBlock 1 This is an anonymous block generated by hatching, associative dimensioning, other internal operations, or an application.
NonConstantAttributeDefinitions 2 This block has non-constant attribute definitions (this bit is not set if the block has any attribute definitions that are constant, or has no attribute definitions at all).
XRef 4 This block is an external reference.
XRefOverlay 8 This block is an external reference overlay.
ExternallyDependent 16 This block is externally dependent.
ResolvedExternalReference 32 This is a resolved external reference, or dependent of an external reference (ignored on input).
DefinitionExternalReference 64 This definition is a referenced external reference (ignored on input).

See Also

Reference

netDxf.Blocks Namespace

Clone this wiki locally