All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppConnectable
o Sub AppAddConnector( | CATBSTR | iClassType, |
CATIASchAppConnector | oNewAppCntr) |
Dim objThisIntf As SchAppConnectable Dim strVar1 As String Dim objArg2 As SchAppConnector ... objThisIntf.AppAddConnectorstrVar1,objArg2
o Sub AppGetReferenceName( | CATBSTR | oReferenceName) |
Dim objThisIntf As SchAppConnectable Dim strVar1 As String ... objThisIntf.AppGetReferenceNamestrVar1
o Sub AppListConnectables( | CATIASchListOfBSTRs | iLCntbleClassFilter, |
CATIASchListOfObjects | oLCntbles, | |
CATIASchListOfObjects | oLCntrsOnThisObj, | |
CATIASchListOfObjects | oLCntrsOnConnected) |
Dim objThisIntf As SchAppConnectable Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfObjects Dim objArg3 As SchListOfObjects Dim objArg4 As SchListOfObjects ... objThisIntf.AppListConnectablesobjArg1,objArg2,objArg3,objArg4
o Func AppListConnectors( | CATIASchListOfBSTRs | iLCntrClassFilter) As CATIASchListOfObjects |
Dim objThisIntf As SchAppConnectable Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfObjects ... Set objArg2 = objThisIntf.AppListConnectors(objArg1)
o Func AppListValidCntrTypes( | ) As CATIASchListOfBSTRs |
Dim objThisIntf As SchAppConnectable Dim objArg1 As SchListOfBSTRs ... Set objArg1 = objThisIntf.AppListValidCntrTypes
o Sub AppRemoveConnector( | CATIASchAppConnector | iCntrToRemove) |
Dim objThisIntf As SchAppConnectable Dim objArg1 As SchAppConnector ... objThisIntf.AppRemoveConnectorobjArg1
o Sub AppSetReferenceName( | CATBSTR | iReferenceName) |
Dim objThisIntf As SchAppConnectable Dim strVar1 As String ... objThisIntf.AppSetReferenceNamestrVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.