| BlendGroupIndexOf Method |
Determines the index of a specific timeline in the
BlendGroup.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int IndexOf(
ITimeline timeline
)
Public Function IndexOf (
timeline As ITimeline
) As Integer
public:
virtual int IndexOf(
ITimeline^ timeline
) sealed
abstract IndexOf :
timeline : ITimeline -> int
override IndexOf :
timeline : ITimeline -> int
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline to locate in the BlendGroup.
Return Value
Type:
Int32
The index of
timeline if found in the
BlendGroup;
otherwise, -1.
Implements
IListTIndexOf(T)See Also