pycatia.dnb_work_interfaces.wi_buy_off

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_work_interfaces.wi_buy_off.WIBuyOff(com_object)

Note

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

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
DNBWorkInterfaces.WIText
WIBuyOff
get_parameters_list() tuple

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetParametersList() As CATSafeArrayVariant

Gets a List of Parameters defined on this activity
Role: Gets a List of Parameters defined on this activity

Parameters:

iPath
a CATSafeArrayVariant of CATBSTR that has the list of Parameters.

Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Return type:

tuple

set_parameters_list(i_list_of_parameters: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetParametersList(CATSafeArrayVariant
iListOfParameters)

Sets a List of Parameters defined on this activity
Role: Sets a List of Parameters defined on this activity

Parameters:

iPath
a CATSafeArrayVariant of CATBSTR that has the list of Parameters.

Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Parameters:

i_list_of_parameters (tuple) –

Return type:

None