|
|
The IApplicationGui type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetDockPanePluginVisibility |
Called when a DockPanePlugin gets it's Visible property
|
|
|
IsSignedIn |
Checks whether there is a authenticated user.
|
|
|
SetDockPanePluginActive |
Called when a DockPanePlugin activates the plugin pane.
|
|
|
SetDockPanePluginVisibility |
Called when a DockPanePlugin sets it's Visible property
|
|
|
SetRaiseIdle |
Allows Idle to be raised.
|
|
|
SignIn |
Authenticate with Autodesk ID. Popup generic sign-in UI in Navisworks to allow users to enter the credentials.
|
|
|
SignOut |
Sign-out the current authenticated user.
|
Properties
| Name | Description | |
|---|---|---|
|
|
MainWindow |
Get the main window of the application. Use as parent window for dialogs and message boxes.
|
|
|
SignInUserName |
Gets the current authenticated user's Autodesk ID.
|
Events
| Name | Description | |
|---|---|---|
|
|
Closed |
Occurs when the Gui (including the main window) is about to close.
|
|
|
Closing |
Occurs when the Gui is about to close and can be handled to cancel closure.
|