A3DMiscCascadedAttributesCreate

A3DStatus A3DMiscCascadedAttributesCreate(A3DMiscCascadedAttributes **ppAttr)
A3DStatus A3DMiscCascadedAttributesCreate(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.

Parameters

ppAttr: An address to the new handle after creation.

Returns

A3D_SUCCESSor an error code in case of failure.