Autodesk Vault ProfessionalVault API

IApplicationConfigurationService Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Services

This service provides the ability to configure global characteristics of a GUI application which uses the framework.

Syntax

public interface IApplicationConfigurationService 
Public Interface IApplicationConfigurationService 

Properties

NameDescription
ApplicationFolderPathGets or sets the full path of the folder where application data will be stored.
ApplicationIconGets or sets the icon that will be shown in dialog box captions.
CustomHelpProviderGets or sets an interface that integrates Help capabilities into the Vault Developer Framework.
CustomLoggerGets or sets an interface that logs waypoints and commands
MainFontGets or sets the font that will be used in all dialogs and controls provided by the framework.
MainWindowGets or sets the top level window handle of the host application
UseLargeStatusImagesGets or sets whether or not the vault browser control will use large or small status icons.

Returned By

Where you get a IApplicationConfigurationService — members that return one.

See Also