Click or drag to resize
DigitalRuneTimelineGroupIndexOf Method
Determines the index of a specific timeline in the TimelineGroup.

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

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to locate in the TimelineGroup.

Return Value

Type: Int32
The index of timeline if found in the TimelineGroup; otherwise, -1.

Implements

IListTIndexOf(T)
See Also