DataProviderResultIntervalCollection#

class ansys.stk.core.stkobjects.DataProviderResultIntervalCollection#

Represents a collection of intervals returned by the data providers.

Overview#

item

Given an index, returns an element in the collection.

count

Return a number of elements in collection.

_new_enum

Return an enumerator for the collection.

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