TimeToolIntervalCollection#

class ansys.stk.core.analysis_workbench.TimeToolIntervalCollection#

Represents a collection of intervals.

Overview#

item

Return an interval at a specified index.

count

Return a number of elements in the collection.

_new_enum

Return a COM enumerator.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolIntervalCollection

Property detail#

property TimeToolIntervalCollection.count: int#

Return a number of elements in the collection.

property TimeToolIntervalCollection._new_enum: EnumeratorProxy#

Return a COM enumerator.

Method detail#

TimeToolIntervalCollection.item(self, index: int) TimeToolInterval#

Return an interval at a specified index.

Parameters:

index : int

Returns:

TimeToolInterval