A3DELayerDisplayStatus

enum A3DELayerDisplayStatus

Layer display status.

24.5
enumerator kA3DLayerDisplayShow = 0

Shown layer, the elements referenced by this layer are shown (note: other layers can change the visibility of these elements, it can depend of the behavior of each CAD software program).

enumerator kA3DLayerDisplayHide = 1

Hidden layer, the elements referenced by this layer are hidden (note: other layers can change the visibility of these elements, it can depend of the behavior of each CAD software program).

enumerator kA3DLayerDisplayIsolate = 2

Isolated layer, it means only the layers with this status are shown.

enumerator kA3DLayerDisplayUnknown = 3

Layer display status unknown.