A3DAsmLayer
Fields
A3DUTF8Char * |
m_pcLayerName |
A3DUns16 |
deprecated_m_usLayer |
A3DUns32 |
m_uiLayerID |
A3DUTF8Char * |
m_pcNote |
A3DUns32 |
m_uiReferenceEntitiesSize |
A3DMiscEntityReference ** |
m_ppReferenceEntities |
A3DELayerDisplayStatus |
m_eDisplayStatus |
Detailed Description
-
struct
A3DAsmLayer
A structure describing a layer.
- Deprecated:
This structure is deprecated. Please use A3DAsmLayerEntityData instead.
- Version
- 11.1
Public Members
-
A3DUTF8Char *
m_pcLayerName
Layer name.
-
A3DUns16
deprecated_m_usLayer
- Deprecated:
Please use m_uiLayerID instead. This will be removed in version 2026.1.0.
-
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 entities 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