Click or drag to resize
DigitalRuneTimelineGroupAdd Method
Adds a timeline to the TimelineGroup.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Add(
	ITimeline timeline
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to add to the TimelineGroup.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeline is . The TimelineGroup does not allow values.
See Also