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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1