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