| TimelineGroupRemove Method |
Removes the first occurrence of a specific timeline from the
TimelineGroup.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool Remove(
ITimeline timeline
)
Public Function Remove (
timeline As ITimeline
) As Boolean
public:
virtual bool Remove(
ITimeline^ timeline
) sealed
abstract Remove :
timeline : ITimeline -> bool
override Remove :
timeline : ITimeline -> bool
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