pycatia.in_interfaces.setting_controllers

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.in_interfaces.setting_controllers.SettingControllers(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
SettingControllers

A collection of all the setting controllers objects currently managed by the
application.
item(i_index: str) SettingController

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func Item(CATBSTR iIndex) As SettingController

Returns a setting controller using its name from the setting controllers
collection.

Parameters:

iIndex
The name of the window to retrieve from the collection of setting
controller. As a string.

Returns:
The retrieved setting controller.
Parameters:

i_index (str) – See the “Setting Controller Reference” in your CAA Visual Basic Help file for string references.

Return type:

SettingController