|
![]() |
Called to tell the plugin to destroy it's pane.
Should be overriden in conjunction with
CreateHWndPane.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overridable Sub DestroyHWndPane ( _ pane As IWin32Window _ ) |
C# |
---|
public virtual void DestroyHWndPane( IWin32Window pane ) |
Visual C++ |
---|
public: virtual void DestroyHWndPane( IWin32Window^ pane ) |
Parameters
- pane
- Type: System.Windows.Forms..::..IWin32Window
The pane to destroy