Microsoft DirectX 9.0 |
The GetGroup method retrieves a specified group.
Syntax
object.GetGroup(
ppGroup As AMTimelineObj,
WhichGroup As Long
)
Parameters
ppGroup
AMTimelineObj object that receives the specified group.
WhichGroup
Index of the group to retrieve, based on the order in which the groups were added to the timeline. The first group added to the timeline has an index of 0.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to the following value:
Value | Description |
E_INVALIDARG | Invalid argument. |
See Also