A3DMiscCascadedAttributesDelete
-
A3DStatus
A3DMiscCascadedAttributesDelete(A3DMiscCascadedAttributes *pAttr) A3DStatusA3DMiscCascadedAttributesDelete(A3DMiscCascadedAttributes* pAttr)Deletes a
A3DMiscCascadedAttributes.2.0Once created with
A3DMiscCascadedAttributesCreate, a cascaded attributes entity must be integrated within a model file so that HOOPS is responsible for its memory management. If the entity is created but never used, it is up to your application to request for its deletion by callingA3DMiscCascadedAttributesDeleteon it.Parameters
pAttr: A handle to the entity to delete.Returns
A3D_SUCCESSor an error code in case of failure.