Autodesk Vault ProfessionalVault API

IApplication Interface

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.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

NameDescription
CommandIdsGets the list of ids for commands that can be hidden
ConnectionGets a connection to use for making calls to the Vault servers
IconGets the host's Icon for use in your own dialogs
NameGets the name of the host application
TabPageIdsGets the tab ids that are replaceable
TitleGets the title (displayed in the main window title bar) of the host application
VersionGets the version of the host application

Events

NameDescription
CommandBeginRegisters event handler to be called on Command Begin.
CommandEndRegisters event handler to be called on Command End.

Returned By

Where you get a IApplication — members that return one.

See Also