IAnalysisWorkbenchMethodCallResult#

class ansys.stk.core.analysis_workbench.IAnalysisWorkbenchMethodCallResult#

Instances of the interface are used to return the result of a computation.

Overview#

is_valid

True indicates the method call was successful.

Import detail#

from ansys.stk.core.analysis_workbench import IAnalysisWorkbenchMethodCallResult

Property detail#

property IAnalysisWorkbenchMethodCallResult.is_valid: bool#

True indicates the method call was successful.