|
dgnlib
|
#include <dgnlib.h>
Public Attributes | |
| DGNElemCore | core |
| int | tagType |
| int | tagSet |
| int | tagIndex |
| int | tagLength |
| tagValueUnion | tagValue |
Tag Value.
The core.stype code is DGNST_TAG_VALUE.
Returned for DGNT_TAG_VALUE(37).
| int DGNElemTagValue::tagIndex |
Tag index within tag set.
| int DGNElemTagValue::tagLength |
Length of tag information (text)
| int DGNElemTagValue::tagSet |
Which tag set does this relate to?
| int DGNElemTagValue::tagType |
Tag type indicator, DGNTT_*
| tagValueUnion DGNElemTagValue::tagValue |
Textual value of tag
1.8.14