TimeToolIntervalsVectorResult#

class ansys.stk.core.analysis_workbench.TimeToolIntervalsVectorResult#

Contains the results returned with ITimeToolTimeIntervalCollection.FindIntervalCollection method.

Overview#

is_valid

Indicate whether the result object is valid.

interval_collections

A collection of interval collections.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolIntervalsVectorResult

Property detail#

property TimeToolIntervalsVectorResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolIntervalsVectorResult.interval_collections: TimeToolIntervalVectorCollection#

A collection of interval collections.