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