STK UI PluginsSend 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();
[Unmanaged C++]
public: HRESULT OnShutdown();
[Java]
public void 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

© 2025 Analytical Graphics, Inc. All Rights Reserved.