Microsoft DirectX 9.0

AMTimelineGroup.GetTimeline Method

The AMTimelineGroup.GetTimeline method retrieves the timeline to which this group belongs.

Syntax

object.GetTimeline(
    ppTimeline As AMTimeline
)

Parameters

ppTimeline

AMTimeline object that receives the timeline. If the group is not part of a timeline, the object is set to Nothing.

Error Codes

If the method fails, an error is raised.

See Also