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