A3DAsmLayerEntityData

struct A3DAsmLayerEntityData

deprecated

A structure describing a layer entity.

25.4

Variables

A3DUTF8Char *A3DAsmLayerEntityData.m_pcLayerName

Layer name.

A3DUns32 A3DAsmLayerEntityData.m_uiLayerID

Layer ID.

24.5
A3DUTF8Char *A3DAsmLayerEntityData.m_pcNote

Layer note.

24.5
A3DUns32 A3DAsmLayerEntityData.m_uiReferenceEntitiesSize

The size of m_ppReferenceEntities.

24.5
A3DMiscEntityReference **A3DAsmLayerEntityData.m_ppReferenceEntities

Entities explicitly referenced by the layer.

24.5

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

A3DELayerDisplayStatus A3DAsmLayerEntityData.m_eDisplayStatus

Layer display status.

24.5