MotionPathGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IEnumerator<IMotionCmdPath> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IMotionCmdPath)
public:
virtual IEnumerator<IMotionCmdPath^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IMotionCmdPath>
override GetEnumerator : unit -> IEnumerator<IMotionCmdPath>
Return Value
Type:
IEnumeratorIMotionCmdPath
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also