pycatia.cat_sch_platform_interfaces.sch_app_cntr_data

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.cat_sch_platform_interfaces.sch_app_cntr_data.SchAppCntrData(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
SchAppCntrData

Manage a schematic connector data.
app_get_application_data(i_l_app_data: SchListOfBSTRs, i_l_app_nls_data: SchListOfBSTRs) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppGetApplicationData(SchListOfBSTRs iLAppData,
SchListOfBSTRs iLAppNlsData)

Get application data.

Parameters:

iLAppData
A list of character string data.
iLAppNlsData
A list of character string data.

Example:



Dim objThisIntf As SchAppCntrData
Dim objArg1 As SchListOfBSTRs
Dim objArg2 As SchListOfBSTRs
objThisIntf.AppGetApplicationDataobjArg1,objArg2
Parameters:
Return type:

None

app_list_potential_data(i_l_app_data: SchListOfBSTRs, i_l_app_nls_data: SchListOfBSTRs) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppListPotentialData(SchListOfBSTRs iLAppData,
SchListOfBSTRs iLAppNlsData)

Get a list valid potential application data that can be
set.

Parameters:

iLAppData
A list of character string data.
iLAppNlsData
A list of character string data.

Example:



Dim objThisIntf As SchAppCntrData
Dim objArg1 As SchListOfBSTRs
Dim objArg2 As SchListOfBSTRs
objThisIntf.AppListPotentialDataobjArg1,objArg2
Parameters:
Return type:

None

app_set_application_data(i_l_app_data: SchListOfBSTRs) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppSetApplicationData(SchListOfBSTRs iLAppData)

Set application data.

Parameters:

iLAppData
A list of character string data.

Example:



Dim objThisIntf As SchAppCntrData
Dim objArg1 As SchListOfBSTRs
objThisIntf.AppSetApplicationDataobjArg1
Parameters:

i_l_app_data (SchListOfBSTRs) –

Return type:

None