All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchCompConnector
o Sub AddConnector( | CATBSTR | iClassType, |
CATIASchGRRComp | iGRR, | |
CATSafeArrayVariant | iDb2CntrPosition, | |
CATIASchAppConnector | oNewSchCntr) |
Dim objThisIntf As SchCompConnector Dim strVar1 As String Dim objArg2 As SchGRRComp Dim dbVar3(2) As CATSafeArrayVariant Dim objArg4 As SchAppConnector ... objThisIntf.AddConnectorstrVar1,objArg2,dbVar3,objArg4
o Sub AddDynamicConnector( | CATBSTR | iClassType, |
CATIASchGRRComp | iGRR, | |
CATSafeArrayVariant | iDb2CntrPosition, | |
CATIASchAppConnector | oNewSchCntr) |
Dim objThisIntf As SchCompConnector Dim strVar1 As String Dim objArg2 As SchGRRComp Dim dbVar3(2) As CATSafeArrayVariant Dim objArg4 As SchAppConnector ... objThisIntf.AddDynamicConnectorstrVar1,objArg2,dbVar3,objArg4
o Sub RemoveConnector( | CATIASchGRRComp | iGRR, |
CATIASchAppConnector | iCntrToRemove) |
Dim objThisIntf As SchCompConnector Dim objArg1 As SchGRRComp Dim objArg2 As SchAppConnector ... objThisIntf.RemoveConnectorobjArg1,objArg2
Copyright © 2003, Dassault Systèmes. All rights reserved.