PointCollection
Overview
PointCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, IPointCollection.
Represents a collection of animation points.
This class provides 3 methods for working with PointCollection objects in Python programs.
Available methods include: __init__, as_i_enumerable, count.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_enumerable, count, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Gets the count. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
__init__() | |
count() → int | Returns the number of points in the collection. |
as_i_enumerable() → Any | Allows to get base IEnumerable interface. |