All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchAppRoute
o Func AppBreak( | ) As CATIABase |
Dim objThisIntf As SchAppRoute Dim objArg1 As AnyObject ... Set objArg1 = objThisIntf.AppBreak
o Func AppCreateLocalReference( | CATIADocument | iDocumentToPutCopyIn) As CATIASchAppRoute |
Dim objThisIntf As SchAppRoute Dim objArg1 As Document Dim objArg2 As SchAppRoute ... Set objArg2 = objThisIntf.AppCreateLocalReference(objArg1)
o Sub AppOKToBranch( | CATBSTR | iBranchClassType, |
boolean | oBYes) |
Dim objThisIntf As SchAppRoute Dim strVar1 As String Dim bVar2 As boolean ... objThisIntf.AppOKToBranchstrVar1,bVar2
o Sub AppOKToBreak( | boolean | oBYes) |
Dim objThisIntf As SchAppRoute Dim bVar1 As boolean ... objThisIntf.AppOKToBreakbVar1
o Sub AppOKToConcatenate( | boolean | oBYes) |
Dim objThisIntf As SchAppRoute Dim bVar1 As boolean ... objThisIntf.AppOKToConcatenatebVar1
o Sub AppOKToModifyPoints( | boolean | oBYes) |
Dim objThisIntf As SchAppRoute Dim bVar1 As boolean ... objThisIntf.AppOKToModifyPointsbVar1
o Sub AppPostBreakProcess( | CATIASchRoute | iOldAppRoute, |
CATIASchRoute | iNewAppRoute) |
Dim objThisIntf As SchAppRoute Dim objArg1 As SchRoute Dim objArg2 As SchRoute ... objThisIntf.AppPostBreakProcessobjArg1,objArg2
o Sub AppPostConcatenateProcess( | CATIASchRoute | iSchRoute2) |
Dim objThisIntf As SchAppRoute Dim objArg1 As SchRoute ... objThisIntf.AppPostConcatenateProcessobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.