Main Page   Compound List   File List   Compound Members   File Members  

_DGNTagDef Struct Reference

#include <dgnlib.h>

List of all members.

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:
Generated on Tue Mar 23 12:20:44 2004 for dgnlib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002