All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppObjectFactory2
o Sub AppCreateCompRef( | CATBSTR | iAppCompClassType, |
CATIADocument | iDoc, | |
CATIABase | oAppComp) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As Document Dim objArg3 As AnyObject ... objThisIntf.AppCreateCompRefstrVar1,objArg2,objArg3
o Sub AppCreateConnection( | CATBSTR | iAppCntnClassType, |
CATIADocument | iDoc, | |
CATIABase | oAppConnection) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As Document Dim objArg3 As AnyObject ... objThisIntf.AppCreateConnectionstrVar1,objArg2,objArg3
o Sub AppCreateGroup( | CATBSTR | iAppGroupClassType, |
CATIADocument | iDoc, | |
CATIABase | oAppGroup) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As Document Dim objArg3 As AnyObject ... objThisIntf.AppCreateGroupstrVar1,objArg2,objArg3
o Sub AppCreateRoute( | CATBSTR | iAppRouteClassType, |
CATIADocument | iDoc, | |
CATBSTR | iLogLineID, | |
CATIABase | oAppRoute) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As Document Dim strVar3 As String Dim objArg4 As AnyObject ... objThisIntf.AppCreateRoutestrVar1,objArg2,strVar3,objArg4
o Sub AppCreateRouteFromRef( | CATIASchAppRoute | iRouteReference, |
CATIADocument | iDoc, | |
CATBSTR | iLogLineID, | |
CATIABase | oAppRoute) |
Dim objThisIntf As SchAppObjectFactory2 Dim objArg1 As SchAppRoute Dim objArg2 As Document Dim strVar3 As String Dim objArg4 As AnyObject ... objThisIntf.AppCreateRouteFromRefobjArg1,objArg2,strVar3,objArg4
o Sub AppCreateRouteWithInfo( | CATBSTR | iAppRouteClassType, |
CATIABase | iAppInfo, | |
CATIABase | oAppRoute) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As AnyObject Dim objArg3 As AnyObject ... objThisIntf.AppCreateRouteWithInfostrVar1,objArg2,objArg3
o Sub AppCreateZone( | CATBSTR | iAppZoneClassType, |
CATIADocument | iDoc, | |
CATIABase | oAppZone) |
Dim objThisIntf As SchAppObjectFactory2 Dim strVar1 As String Dim objArg2 As Document Dim objArg3 As AnyObject ... objThisIntf.AppCreateZonestrVar1,objArg2,objArg3
Copyright © 2003, Dassault Systèmes. All rights reserved.