A3DAsmLayerData
-
struct
A3DAsmLayerData A structure describing a layer entity.
25.4
Variables
-
A3DUTF8Char *
A3DAsmLayerData.m_pcLayerName -
Layer name.
-
A3DUns32
A3DAsmLayerData.m_uiLayerID -
Layer ID.
24.5
-
A3DUTF8Char *
A3DAsmLayerData.m_pcNote -
Layer note.
24.5
-
A3DUns32
A3DAsmLayerData.m_uiReferenceEntitiesSize -
The size of:c:member:m_ppReferenceEntities <A3DAsmLayerData.m_ppReferenceEntities>.
24.5
-
A3DMiscEntityReference **
A3DAsmLayerData.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:c:member:A3DGraphicsData::m_uiLayerIndex <A3DGraphicsData.m_uiLayerIndex>of all objects must be checked to see if they match the field:c:member:m_uiLayerID <A3DAsmLayerData.m_uiLayerID>
24.5
-
A3DELayerDisplayStatus
A3DAsmLayerData.m_eDisplayStatus -
Layer display status.
24.5