
######################
A3DELayerDisplayStatus
######################

.. c:enum:: A3DELayerDisplayStatus

   Layer display status. 
   
   
      24.5 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DLayerDisplayShow`
   * :c:enumerator:`~kA3DLayerDisplayHide`
   * :c:enumerator:`~kA3DLayerDisplayIsolate`
   * :c:enumerator:`~kA3DLayerDisplayUnknown`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DLayerDisplayShow

      .. rst-class:: sig-pretty-signature
      
         | **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). 
      



.. c:enumerator:: kA3DLayerDisplayHide

      .. rst-class:: sig-pretty-signature
      
         | **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). 
      



.. c:enumerator:: kA3DLayerDisplayIsolate

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLayerDisplayIsolate** = ``2``
      
      Isolated layer, it means only the layers with this status are shown. 
      



.. c:enumerator:: kA3DLayerDisplayUnknown

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLayerDisplayUnknown** = ``3``
      
      Layer display status unknown. 
      




