Click or drag to resize
DigitalRuneTimelineGroupInsert Method
Inserts a timeline into the TimelineGroup at the specified index.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Insert(
	int index,
	ITimeline timeline
)

Parameters

index
Type: SystemInt32
The zero-based index at which timeline should be inserted.
timeline
Type: DigitalRune.AnimationITimeline
The timeline to insert into the TimelineGroup.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the TimelineGroup.
ArgumentNullExceptiontimeline is . The TimelineGroup does not allow values.
See Also