SchAppCntrShow (Object)

Manage graphical representation of schematic connector.

Methods


Sub AppShowCntr( 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