TimeToolIntervalCollection#
- class ansys.stk.core.analysis_workbench.TimeToolIntervalCollection#
Represents a collection of intervals.
Overview#
Import detail#
from ansys.stk.core.analysis_workbench import TimeToolIntervalCollection
Property detail#
- 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