 | BlockTypeFlags Enumeration |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Block-type flags (bit-coded values, may be combined).
Namespace:
netDxf.Blocks
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
Members|
| Member name | Value | Description |
|---|
| 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