WindowsCollection#
- class ansys.stk.core.uicore.WindowsCollection#
Provide methods and properties to manage the windows.
Overview#
Retrieve a window object. |
|
Arranges the application windows using the specified style. |
|
Create a new window. The bstrPluginID is a COM ProgID associated with an STK plugin. |
|
Retrieve a window object by index in collection. |
|
Retrieve a window object by name of window object. |
Import detail#
from ansys.stk.core.uicore import WindowsCollection
Property detail#
- property WindowsCollection._new_enum: EnumeratorProxy#
Enumerates the windows in the collection.
Method detail#
- WindowsCollection.item(self, index_or_caption: Any) Window #
Retrieve a window object.
- Parameters:
index_or_caption :
Any
- Returns:
Window
- WindowsCollection.arrange(self, arrange_style: WindowArrangeStyle) None #
Arranges the application windows using the specified style.
- Parameters:
arrange_style :
WindowArrangeStyle
- Returns:
- WindowsCollection.add(self, plugin_id: str, init_data: Any) Window #
Create a new window. The bstrPluginID is a COM ProgID associated with an STK plugin.