All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchCompatible
o Sub GetBestCntrForRoute( | CATSafeArrayVariant | iDb2PlacementPt, |
CATIASchGRR | iGRR, | |
CATIASchListOfObjects | iLOKCntrs, | |
CATIASchListOfDoubles | oDb2CntrPt, | |
CATIASchAppConnector | oBestCntr) |
Dim objThisIntf As SchCompatible Dim dbVar1(2) As CATSafeArrayVariant Dim objArg2 As SchGRR Dim objArg3 As SchListOfObjects Dim objArg4 As SchListOfDoubles Dim objArg5 As SchAppConnector ... objThisIntf.GetBestCntrForRoutedbVar1,objArg2,objArg3,objArg4,objArg5
o Sub GetBestFitInsertInfo( | CATSafeArrayVariant | iDb2PlacementPt, |
CATIABase | iInsertCompatInfo, | |
CATIABase | ioInsertInfo, | |
boolean | iBYesCycleAllSolns) |
Dim objThisIntf As SchCompatible Dim dbVar1(2) As CATSafeArrayVariant Dim objArg2 As AnyObject Dim objArg3 As AnyObject Dim bVar4 As boolean ... objThisIntf.GetBestFitInsertInfodbVar1,objArg2,objArg3,bVar4
o Sub GetBestFitPlaceInfo( | CATSafeArrayVariant | iDb2PlacementPt, |
CATIABase | iPlaceCompatInfo, | |
CATIABase | ioPlaceInfo, | |
boolean | iBYesCycleAllSolns) |
Dim objThisIntf As SchCompatible Dim dbVar1(2) As CATSafeArrayVariant Dim objArg2 As AnyObject Dim objArg3 As AnyObject Dim bVar4 As boolean ... objThisIntf.GetBestFitPlaceInfodbVar1,objArg2,objArg3,bVar4
o Sub IsTargetOKForInsert( | CATIABase | iCompInfo, |
CATIABase | oInsertCompatInfo, | |
boolean | oBYes) |
Dim objThisIntf As SchCompatible Dim objArg1 As AnyObject Dim objArg2 As AnyObject Dim bVar3 As boolean ... objThisIntf.IsTargetOKForInsertobjArg1,objArg2,bVar3
o Sub IsTargetOKForPlace( | CATIASchGRRComp | iGRRTarget, |
CATIABase | iCompInfo, | |
CATIABase | oPlaceCompatInfo, | |
boolean | oBYes) |
Dim objThisIntf As SchCompatible Dim objArg1 As SchGRRComp Dim objArg2 As AnyObject Dim objArg3 As AnyObject Dim bVar4 As boolean ... objThisIntf.IsTargetOKForPlaceobjArg1,objArg2,objArg3,bVar4
o Sub IsTargetOKForRoute( | CATBSTR | iRouteCntrClassType, |
CATIASchGRR | iGRRTarget, | |
CATIASchListOfObjects | oLOKCntrs, | |
boolean | oBYes) |
Dim objThisIntf As SchCompatible Dim strVar1 As String Dim objArg2 As SchGRR Dim objArg3 As SchListOfObjects Dim bVar4 As boolean ... objThisIntf.IsTargetOKForRoutestrVar1,objArg2,objArg3,bVar4
Copyright © 2003, Dassault Systèmes. All rights reserved.