Removes specified commans from the collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid Remove(
IMotionCmdPath item
)
Sub Remove (
item As IMotionCmdPath
)
void Remove(
IMotionCmdPath^ item
)
abstract Remove :
item : IMotionCmdPath -> unit
Parameters
- item
- Type: Aspose.Slides.AnimationIMotionCmdPath
Motion path to remove.
See Also