All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppConnector
o Func AppConnect( | CATIASchAppConnector | iCntrToConnect) As CATIASchAppConnection |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchAppConnector Dim objArg2 As SchAppConnection ... Set objArg2 = objThisIntf.AppConnect(objArg1)
o Func AppConnectBranch( | CATIASchAppConnector | iCntrToConnect) As CATIASchAppConnection |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchAppConnector Dim objArg2 As SchAppConnection ... Set objArg2 = objThisIntf.AppConnectBranch(objArg1)
o Sub AppDisconnect( | CATIASchAppConnector | iCntrToDisConnect) |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchAppConnector ... objThisIntf.AppDisconnectobjArg1
o Func AppGetAssociatedConnectable( | ) As CATIASchAppConnectable |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchAppConnectable ... Set objArg1 = objThisIntf.AppGetAssociatedConnectable
o Sub AppIsCntrConnected( | boolean | oBYes) |
Dim objThisIntf As SchAppConnector Dim bVar1 As boolean ... objThisIntf.AppIsCntrConnectedbVar1
o Func AppListCompatibleTypes( | ) As CATIASchListOfBSTRs |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchListOfBSTRs ... Set objArg1 = objThisIntf.AppListCompatibleTypes
o Func AppListConnections( | CATIASchListOfBSTRs | iLCntnClassFilter) As CATIASchListOfObjects |
Dim objThisIntf As SchAppConnector Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfObjects ... Set objArg2 = objThisIntf.AppListConnections(objArg1)
o Sub AppOKToNoShowConnectedCntr( | boolean | oBYes) |
Dim objThisIntf As SchAppConnector Dim bVar1 As boolean ... objThisIntf.AppOKToNoShowConnectedCntrbVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.