dgnlib
Public Attributes | List of all members
_DGNTagDef Struct Reference

#include <dgnlib.h>

Public Attributes

char * name
 
int id
 
char * prompt
 
int type
 
tagValueUnion defaultValue
 

Detailed Description

Tag definition.

Structure holding definition of one tag within a DGNTagSet.

Member Data Documentation

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).


The documentation for this struct was generated from the following file: