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
<FlagsAttribute>
Public Enumeration BlockTypeFlags
[FlagsAttribute]
public enum class BlockTypeFlags
[<FlagsAttribute>]
type BlockTypeFlags
[FlagsAttribute]
enum BlockTypeFlags
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