TimeToolTimeIntervalResult#

class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalResult#

Contains the results returned with ITimeToolTimeIntervalList.FindIntervals method.

Overview#

is_valid

Indicate whether the result object is valid.

interval

An interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalResult

Property detail#

property TimeToolTimeIntervalResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolTimeIntervalResult.interval: TimeToolInterval#

An interval.