All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchCompFlow
| o Func AddInternalFlow( | CATIASchListOfObjects | iLFlowCntrs) As CATIASchInternalFlow |
Dim objThisIntf As SchCompFlow Dim objArg1 As SchListOfObjects Dim objArg2 As SchInternalFlow ... Set objArg2 = objThisIntf.AddInternalFlow(objArg1)
| o Func AddInternalFlowSpecifyGRR( | CATIASchListOfObjects | iLFlowCntrs, |
| CATIASchListOfObjects | iLOwnerGRR) As CATIASchInternalFlow |
Dim objThisIntf As SchCompFlow Dim objArg1 As SchListOfObjects Dim objArg2 As SchListOfObjects Dim objArg3 As SchInternalFlow ... Set objArg3 = objThisIntf.AddInternalFlowSpecifyGRR(objArg1,objArg2)
| o Func ListInternalFlows( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchCompFlow Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListInternalFlows
| o Sub RemoveInternalFlow( | CATIASchInternalFlow | iInternalFlowToRemove) |
Dim objThisIntf As SchCompFlow Dim objArg1 As SchInternalFlow ... objThisIntf.RemoveInternalFlowobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.