Microsoft DirectX 8.1 (C++)

AMTimelineObj.GetSubObjectLoaded Method

The AMTimelineObj.GetSubObjectLoaded method ascertains whether a subobject has been created for the object.

Syntax

object.GetSubObjectLoaded(
    pVal As Long
)

Parameters

pVal

Variable that receives a value indicating whether a subobject has been created. If zero, a subobject has been not created. If non-zero, a subobject has been created.

Error Codes

If the method fails, an error is raised.

See Also