Object Explorer Object Hierarchy Index
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---Windows
...
| o Func Item( | CATVariant | iIndex) As Window |
Dim ThisWindow As Window
Set ThisWindow = CATIA.Windows.Item(3)
Dim ThatWindow As Window
Set ThatWindow = CATIA.Windows.Item("MyWindow")
...
Copyright © 2000, Dassault Systèmes. All rights reserved.