
#####################
A3DEProductLoadStatus
#####################

.. c:enum:: A3DEProductLoadStatus

   Load status of the PRC model file. 
   
   
      2.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DProductLoadStatusUnknown`
   * :c:enumerator:`~kA3DProductLoadStatusError`
   * :c:enumerator:`~kA3DProductLoadStatusNotLoaded`
   * :c:enumerator:`~kA3DProductLoadStatusNotLoadable`
   * :c:enumerator:`~kA3DProductLoadStatusLoaded`
   
   



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

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


.. c:enumerator:: kA3DProductLoadStatusUnknown

      .. rst-class:: sig-pretty-signature
      
         | **kA3DProductLoadStatusUnknown** = ``0``
      
      Unknown status. 
      



.. c:enumerator:: kA3DProductLoadStatusError

      .. rst-class:: sig-pretty-signature
      
         | **kA3DProductLoadStatusError**
      
      Loading error. 
      
      For example, there is a missing file. 
      



.. c:enumerator:: kA3DProductLoadStatusNotLoaded

      .. rst-class:: sig-pretty-signature
      
         | **kA3DProductLoadStatusNotLoaded**
      
      Not loaded. 
      



.. c:enumerator:: kA3DProductLoadStatusNotLoadable

      .. rst-class:: sig-pretty-signature
      
         | **kA3DProductLoadStatusNotLoadable**
      
      Not loadable. 
      
      For example, limitations exist that prevent the product from loading. 
      



.. c:enumerator:: kA3DProductLoadStatusLoaded

      .. rst-class:: sig-pretty-signature
      
         | **kA3DProductLoadStatusLoaded**
      
      The product was successfully loaded. 
      




