|
![]() |
Provides access to the Gui of the application which is hosting the API.
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Interface IApplicationGui |
C# |
---|
public interface IApplicationGui |
Visual C++ |
---|
public interface class IApplicationGui |
Remarks
This interface defines the GUI of the application which is hosting the API.
When using the Controls API this interface should be implemented and an instance passed through to the API using ApplicationControl.SetApplicationGui.
A key part of this interface defines the Main Window used as the parent window for dialogs and message boxes.