A3DAsmLayer

Fields

A3DUTF8Char *

m_pcLayerName

A3DUns16

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.

Version

11.1

Public Members

A3DUTF8Char *m_pcLayerName

Layer name.

A3DUns16 m_usLayer

Deprecated:

Please use m_uiLayerID instead.

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 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