
######################
A3DERevitLevelOfDetail
######################

.. c:enum:: A3DERevitLevelOfDetail

   Revit LOD to use when loading the file. 
   
   
      24.6 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DRevitLODDefault`
   * :c:enumerator:`~kA3DRevitLODCoarse`
   * :c:enumerator:`~kA3DRevitLODMedium`
   * :c:enumerator:`~kA3DRevitLODFine`
   
   



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

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


.. c:enumerator:: kA3DRevitLODDefault

      .. rst-class:: sig-pretty-signature
      
         | **kA3DRevitLODDefault** = ``0``
      
      Will load the file using the level of detail defined in the Revit file. 
      



.. c:enumerator:: kA3DRevitLODCoarse

      .. rst-class:: sig-pretty-signature
      
         | **kA3DRevitLODCoarse** = ``1``
      
      Will load the file using the "Coarse" level of detail from Revit. 
      



.. c:enumerator:: kA3DRevitLODMedium

      .. rst-class:: sig-pretty-signature
      
         | **kA3DRevitLODMedium** = ``2``
      
      Will load the file using the "Medium" level of detail from Revit. 
      



.. c:enumerator:: kA3DRevitLODFine

      .. rst-class:: sig-pretty-signature
      
         | **kA3DRevitLODFine** = ``3``
      
      Will load the file using the "Fine" level of detail from Revit. 
      




