
###############################
A3DMiscCascadedAttributesCreate
###############################

.. c:function:: A3DStatus A3DMiscCascadedAttributesCreate(A3DMiscCascadedAttributes **ppAttr)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DMiscCascadedAttributesCreate(:c:type:`~A3DMiscCascadedAttributes`\ ** **ppAttr**\ )
   
   Creates a new ``A3DMiscCascadedAttributes`` entity, returning its handle. 
   
   
      2.0
   
   
   
   Once created, the new entity can be referenced to by its handle, given by ``*ppAttr``\ . In case of failure, ``*ppAttr`` is unchanged.
   
   
      :c:struct:`~A3DMiscCascadedAttributesData` 
   
   
   
      :c:func:`~A3DMiscCascadedAttributesGet` 
   
   
   
      :c:func:`~A3DEntityDelete` 
   
   
   **Parameters**
   
   
      **ppAttr**\ : An address to the new handle after creation. 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` or an error code in case of failure.
   
   




