Click or drag to resize

BlockTypeFlags Enumeration

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

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
[FlagsAttribute]
public enum BlockTypeFlags
Members
  Member nameValueDescription
None0 Indicates none of the following flags apply.
AnonymousBlock1 This is an anonymous block generated by hatching, associative dimensioning, other internal operations, or an application.
NonConstantAttributeDefinitions2 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).
XRef4 This block is an external reference.
XRefOverlay8 This block is an external reference overlay.
ExternallyDependent16 This block is externally dependent.
ResolvedExternalReference32 This is a resolved external reference, or dependent of an external reference (ignored on input).
DefinitionExternalReference64 This definition is a referenced external reference (ignored on input).
See Also