All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppCntrDocLink
o Sub AppGetLink( | CATIASchListOfObjects | oLCntrs, |
CATIASchListOfBSTRs | oLDocumentNames, | |
CATBSTR | oPublicationName) |
Dim objThisIntf As SchAppCntrDocLink Dim objArg1 As SchListOfObjects Dim objArg2 As SchListOfBSTRs Dim strVar3 As String ... objThisIntf.AppGetLinkobjArg1,objArg2,strVar3
o Sub AppGetLinkedDocs( | CATBSTR | oPublicationName, |
CATIASchListOfBSTRs | oLDocumentName, | |
CATIASchListOfBSTRs | oLDocumentUuid, | |
CATIASchListOfLongs | oLOpenStatus, | |
CATIASchListOfObjects | oLCntr) |
Dim objThisIntf As SchAppCntrDocLink Dim strVar1 As String Dim objArg2 As SchListOfBSTRs Dim objArg3 As SchListOfBSTRs Dim objArg4 As SchListOfLongs Dim objArg5 As SchListOfObjects ... objThisIntf.AppGetLinkedDocsstrVar1,objArg2,objArg3,objArg4,objArg5
o Sub AppIsLinkable( | CATIASchAppConnector | iSchConnector, |
boolean | oBYes) |
Dim objThisIntf As SchAppCntrDocLink Dim objArg1 As SchAppConnector Dim bVar2 As boolean ... objThisIntf.AppIsLinkableobjArg1,bVar2
o Sub AppLink( | CATIASchAppConnector | iSchConnector) |
Dim objThisIntf As SchAppCntrDocLink Dim objArg1 As SchAppConnector ... objThisIntf.AppLinkobjArg1
o Sub AppLinkInit( | CATBSTR | iPublicationName) |
Dim objThisIntf As SchAppCntrDocLink Dim strVar1 As String ... objThisIntf.AppLinkInitstrVar1
o Sub AppOpenLinkedDoc( | CATBSTR | iDocumentName, |
CATBSTR | iDocumentUuid, | |
CATIADocument | oDocument) |
Dim objThisIntf As SchAppCntrDocLink Dim strVar1 As String Dim strVar2 As String Dim objArg3 As Document ... objThisIntf.AppOpenLinkedDocstrVar1,strVar2,objArg3
o Sub AppUnLink( | long | iUnpublish) |
Dim objThisIntf As SchAppCntrDocLink Dim intVar1 As Integer ... objThisIntf.AppUnLinkintVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.