Click or drag to resize
DigitalRuneTimelineGroupRemove Method
Removes the first occurrence of a specific timeline from the TimelineGroup.

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

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to remove from the TimelineGroup.

Return Value

Type: Boolean
if timeline was successfully removed from the TimelineGroup; otherwise, . This method also returns if timeline is not found in the original TimelineGroup.

Implements

ICollectionTRemove(T)
See Also