pycatia.dnb_human_sim_interfaces.human_task_list

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_human_sim_interfaces.human_task_list.HumanTaskList(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
HumanTaskList
item(i_index: int) HumanTask

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Item(long iIndex) As HumanTask

Returns the HumanTask of the specified index from
HumanTaskList

Parameters:

iIndex
The task index
Parameters:

i_index (int) –

Return type:

HumanTask

remove(i_index: int) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Remove(long iIndex)

This method removes the specified HumanTask on the current
TaskList

Parameters:

iIndex
The task index
Parameters:

i_index (int) –

Return type:

None