Microsoft DirectX 9.0 |
The AddGroup method adds a
Syntax
object.AddGroup(
pGroup As AMTimelineObj
)
Parameters
pGroup
AMTimelineObj object that specifies the group.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to one of the following values:
Value | Description |
E_INVALIDARG | Maximum number of groups exceeded. |
E_NOINTERFACE | The object is not a group. |
Remarks
Currently, timelines support a maximum of 32 groups.
See Also