Enum BlockTypeFlags
Block-type flags (bit-coded values, may be combined).
Namespace: netDxf.Blocks
Assembly: CADability.dll
Syntax
[Flags]
public enum BlockTypeFlags
Fields
| Name | Description |
|---|---|
| AnonymousBlock | This is an anonymous block generated by hatching, associative dimensioning, other internal operations, or an application. |
| DefinitionExternalReference | This definition is a referenced external reference (ignored on input). |
| ExternallyDependent | This block is externally dependent. |
| NonConstantAttributeDefinitions | 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). |
| None | Indicates none of the following flags apply. |
| ResolvedExternalReference | This is a resolved external reference, or dependent of an external reference (ignored on input). |
| XRef | This block is an external reference. |
| XRefOverlay | This block is an external reference overlay. |