#include <dgnlib.h>
Public Attributes | |
char * | name |
int | id |
char * | prompt |
int | type |
tagValueUnion | defaultValue |
Structure holding definition of one tag within a DGNTagSet.
|
Default tag value |
|
Tag index/identifier. |
|
Name of this tag. |
|
User prompt when requesting value. |
|
Tag type (one of DGNTT_STRING(1), DGNTT_INTEGER(3) or DGNTT_FLOAT(4). |