Microsoft DirectX 9.0

AMTimelineObj.SetSubObjectGUIDB Method

The SetSubObjectGUIDB method specifies the GUID of the subobject associated with this object.

Syntax

object.SetSubObjectGUIDB(
    newVal As String
)

Parameters

newVal

String that contains the GUID of the subobject.

Error Codes

If the method fails, an error is raised.

Remarks

The render engine creates an instance of the subobject as needed.

See Also