A3DMiscCascadedAttributesCreate
-
A3DStatus
A3DMiscCascadedAttributesCreate(A3DMiscCascadedAttributes **ppAttr) A3DStatusA3DMiscCascadedAttributesCreate(A3DMiscCascadedAttributes** ppAttr)Creates a new
A3DMiscCascadedAttributesentity, returning its handle.2.0Once created, the new entity can be referenced to by its handle, given by
*ppAttr. In case of failure,*ppAttris unchanged.Parameters
ppAttr: An address to the new handle after creation.Returns
A3D_SUCCESSor an error code in case of failure.