A3DMiscSingleAttributeData Struct Reference

A structure that specifies modeler data attribute. More...

Data Fields

A3DBool m_bTitleIsInt
 
A3DEModellerAttributeType m_eType
 
A3DUTF8Charm_pcData
 
A3DUTF8Charm_pcTitle
 
A3DUns16 m_usStructSize
 

Detailed Description

A structure that specifies modeler data attribute.

Version
2.0

Field Documentation

A3DBool A3DMiscSingleAttributeData::m_bTitleIsInt

A value of TRUE indicates the m_pcTitle member represents an integer.

A3DEModellerAttributeType A3DMiscSingleAttributeData::m_eType

Attribute type.

A3DUTF8Char* A3DMiscSingleAttributeData::m_pcData

Data chunk to be interpreted according to previous type.

A3DUTF8Char* A3DMiscSingleAttributeData::m_pcTitle

Title as string.

A3DUns16 A3DMiscSingleAttributeData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.