TimeToolTimeIntervalCollectionOccurredResult#

class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalCollectionOccurredResult#

Contains the results returned with ITimeToolTimeIntervalCollection.Occurred method.

Overview#

is_valid

Indicate whether the result object is valid.

index

Index of an interval in the collection.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeIntervalCollectionOccurredResult

Property detail#

property TimeToolTimeIntervalCollectionOccurredResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolTimeIntervalCollectionOccurredResult.index: int#

Index of an interval in the collection.