All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---DrawingThreads
| o Func Add( | CATBaseDispatch | iGeomElem) As CATIADrawingThread |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim MyThread As DrawingThread Set MyThread = MyView.Threads.Add(iGeomElem)
| o Func Item( | long | iIndex) As CATIADrawingThread |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim ThisDrawingThread As DrawingThread Set ThisDrawingThread = MyView.Threads.Item(2)
| o Sub Remove( | long | iIndex) |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView MyView.DrawingThreads.Remove(3)
Copyright © 2003, Dassault Systèmes. All rights reserved.