
#########################
A3DAsmLayerFilterItemData
#########################

.. c:struct:: A3DAsmLayerFilterItemData

   A structure that specifies the layers to consider in a layer filter. 
   
   
      2.0
   
   
   
   This structure is used for layer-filtering where one of the following situations occur, depending on the setting of the :c:member:`m_bIsInclusive <A3DAsmLayerFilterItemData.m_bIsInclusive>` member: 
   
   
   - Only the entities belonging to a certain layer are present. Entities in other layers are removed.  
   - Only entities not belonging to a certain layer are present. Entities in other layers are retained.  
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DAsmLayerFilterItemData.m_bIsInclusive`
   * :c:member:`~A3DAsmLayerFilterItemData.m_uiSize`
   * :c:member:`~A3DAsmLayerFilterItemData.m_puiLayerIndexes`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DBool A3DAsmLayerFilterItemData.m_bIsInclusive

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of ``TRUE`` indicates the entities in the specified layer are retained. 
      
      A value of ``FALSE`` indicates the entities in the specified layer are removed. 
      



.. c:member:: A3DUns32 A3DAsmLayerFilterItemData.m_uiSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of the :c:member:`m_puiLayerIndexes <A3DAsmLayerFilterItemData.m_puiLayerIndexes>`\ . 
      



.. c:member:: A3DUns32* A3DAsmLayerFilterItemData.m_puiLayerIndexes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`\ *
      
      Layers considered by the filter. 
      
      The index references a layer in the global data. 
      




