pycatia.cat_sch_platform_interfaces.sch_app_cntr_show

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_show.SchAppCntrShow(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
SchAppCntrShow

Manage graphical representation of schematic connector.
app_show_cntr(o_b_show: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppShowCntr(boolean oBShow)

Defines show status of the applicaton connector.

Parameters:

oBShow
True if the connector show status is Show. False if the connector
show status is NoShow.

Example:



Dim objThisIntf As SchAppCntrShow
Dim bVar1 As boolean
objThisIntf.AppShowCntrbVar1
Parameters:

o_b_show (bool) –

Return type:

None