AGI Ui Plugins 11 Send comments on this topic.
OnShutdown Method (IAgUiPlugin)
See Also 
Windows






Windows & Linux

Description

Shuts down the UI plugin.

Syntax

[Visual Basic .NET]
Public Sub OnShutdown() 

[C#]
public void OnShutdown();

[Managed C++]
public: void OnShutdown();

[Java]
public  onShutdown();

[Unmanaged C++]
public: HRESULT OnShutdown();

Remarks

OnShutdown method is called by the hosting environment before deactivating the plugin. The method is called when the hosting environment is terminating or when the User Interface plugin is being deactivated.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface