IApplication Interface
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
This is the single top-level object which is passed to your Extension during events
Syntax
public interface IApplication Public Interface IApplication Properties
| Name | Description |
|---|---|
| CommandIds | Gets the list of ids for commands that can be hidden |
| Connection | Gets a connection to use for making calls to the Vault servers |
| Icon | Gets the host's Icon for use in your own dialogs |
| Name | Gets the name of the host application |
| TabPageIds | Gets the tab ids that are replaceable |
| Title | Gets the title (displayed in the main window title bar) of the host application |
| Version | Gets the version of the host application |
Events
| Name | Description |
|---|---|
| CommandBegin | Registers event handler to be called on Command Begin. |
| CommandEnd | Registers event handler to be called on Command End. |
Returned By
Where you get a IApplication — members that return one.