DataProviderResultIntervalCollection#
- class ansys.stk.core.stkobjects.DataProviderResultIntervalCollection#
Represents a collection of intervals returned by the data providers.
Overview#
Import detail#
from ansys.stk.core.stkobjects import DataProviderResultIntervalCollection
Property detail#
- property DataProviderResultIntervalCollection.count: int#
Return a number of elements in collection.
- property DataProviderResultIntervalCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- DataProviderResultIntervalCollection.item(self, index: int) DataProviderResultInterval #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
DataProviderResultInterval