All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppConnection
o Sub AppAddConnector( | CATIASchAppConnector | iCntrToAdd) |
Dim objThisIntf As SchAppConnection Dim objArg1 As SchAppConnector ... objThisIntf.AppAddConnectorobjArg1
o Sub AppListConnectables( | CATIASchListOfBSTRs | iLCntbleClassFilter, |
CATIASchListOfObjects | oLCntbles, | |
CATIASchListOfObjects | oLCntrs) |
Dim objThisIntf As SchAppConnection Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfObjects Dim objArg3 As SchListOfObjects ... objThisIntf.AppListConnectablesobjArg1,objArg2,objArg3
o Func AppListConnectors( | CATIASchListOfBSTRs | iLCntrClassFilter) As CATIASchListOfObjects |
Dim objThisIntf As SchAppConnection Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfObjects ... Set objArg2 = objThisIntf.AppListConnectors(objArg1)
o Sub AppRemoveConnector( | CATIASchAppConnector | iCntrToRemove) |
Dim objThisIntf As SchAppConnection Dim objArg1 As SchAppConnector ... objThisIntf.AppRemoveConnectorobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.