Returns a command at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax IMotionCmdPath this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IMotionCmdPath
Get
property IMotionCmdPath^ default[int index] {
IMotionCmdPath^ get (int index);
}
abstract Item : IMotionCmdPath with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IMotionCmdPathSee Also