ExecuteMultipleCommandsResult#
- class ansys.stk.core.stkutil.ExecuteMultipleCommandsResult#
Collection of objects returned by the ExecuteMultipleCommands.
Overview#
Import detail#
from ansys.stk.core.stkutil import ExecuteMultipleCommandsResult
Property detail#
- property ExecuteMultipleCommandsResult._new_enum: EnumeratorProxy#
Return an object that can be used to iterate through all the objects in the collection.
Method detail#
- ExecuteMultipleCommandsResult.item(self, index: int) ExecuteCommandResult #
Get the element at the specified index (0-based).
- Parameters:
index :
int
- Returns:
ExecuteCommandResult