ExecuteMultipleCommandsResult#

class ansys.stk.core.stkutil.ExecuteMultipleCommandsResult#

Collection of objects returned by the ExecuteMultipleCommands.

Overview#

item

Get the element at the specified index (0-based).

count

Number of elements contained in the collection.

_new_enum

Return an object that can be used to iterate through all the objects in the collection.

Import detail#

from ansys.stk.core.stkutil import ExecuteMultipleCommandsResult

Property detail#

property ExecuteMultipleCommandsResult.count: int#

Number of elements contained in the collection.

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