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 public IMotionCmdPath this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IMotionCmdPath
Get
public:
virtual property IMotionCmdPath^ default[int index] {
IMotionCmdPath^ get (int index) sealed;
}
abstract Item : IMotionCmdPath with get
override Item : IMotionCmdPath with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IMotionCmdPathImplements
IMotionPathItemInt32See Also