IMotionPathRemove Method

Removes specified commans from the collection.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
void Remove(
	IMotionCmdPath item
)

Parameters

item
Type: Aspose.Slides.AnimationIMotionCmdPath
Motion path to remove.
See Also