All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchAppMultiImage
| o Sub AppGetMasterDocument( | CATIADocument | oDocument, |
| CATBSTR | oDocumentName, | |
| CATBSTR | oSymbolicLinkName) |
Dim objThisIntf As SchAppMultiImage Dim objDoc As Document Dim strDocName As String Dim strLinkName As String ... objThisIntf.AppGetMasterDocument objDoc,strDocName,strLinkName
| o Func AppGetMasterObject( | ) As CATIASchAppMultiImageMaster |
Dim objThisIntf As SchAppMultiImage Dim objMaster As SchMultiImageMaster ... Set objMaster = objThisIntf.AppGetMasterObject
| o Sub AppIsUpToDate( | CatSchIDLMultiImageStatus | oStatus) |
Dim objThisIntf As SchAppMultiImage ... objThisIntf.AppIsUpToDate CatSchIDLMultiImageStatus_Enum
| o Sub AppUpdate( | CATIASchAppMultiImageMaster | iMasterImage, |
| CATIASchAppMultiImage | oImage) |
Dim objThisIntf As SchAppMultiImage Dim objMaster As SchAppMultiImageMaster Dim objNewImage As SchAppMultiImage ... objThisIntf.AppUpdate objMaster,objNewImage
Copyright © 2003, Dassault Systèmes. All rights reserved.