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