A3DAsmLayerEntityData

Detailed Description

struct A3DAsmLayerEntityData

A structure describing a layer entity.

Version
25.4

Public Members

A3DUTF8Char *m_pcLayerName

Layer name.

A3DUns32 m_uiLayerID

Layer ID.

Version
24.5

A3DUTF8Char *m_pcNote

Layer note.

Version
24.5

A3DUns32 m_uiReferenceEntitiesSize

The size of m_ppReferenceEntities.

Version
24.5

A3DMiscEntityReference **m_ppReferenceEntities

Entities explicitly referenced by the layer.

If null, it does not mean that the layer does not reference any entity at all, but that the link is implicit: to find the referenced elements, the field A3DGraphicsData::m_uiLayerIndex of all objects must be checked to see if they match the field m_uiLayerID

Version
24.5

A3DELayerDisplayStatus m_eDisplayStatus

Layer display status.

Version
24.5