IMotionPathRemoveAt Method |
Removes a command at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.4.0.0 (22.4)
Syntaxvoid RemoveAt(
int index
)
Sub RemoveAt (
index As Integer
)
void RemoveAt(
int index
)
abstract RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Index for removing command Int32
See Also