Share

DockableWindows Object


Description

The DockableWindows collection object provides access to all existing dockable windows and provides methods to create additional ones.

Methods

Name Description
Add Method that creates a new DockableWindow. The newly created DockableWindow is returned. The window is created invisible and is undocked. The window remains invisible until explicitly made visible by the creator of the window.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in the collection.
Events Property that returns the DockableWindowsEvents object that hosts events related to dockable windows.
Item Returns the specified DockableWindow object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DockableWindowsEvents.Parent, UserInterfaceManager.DockableWindows

Samples

Name Description
Dockable window This sample demonstrates creating a dockable window and adding a dialog into it.

Version

Introduced in version 2011

Was this information helpful?