Description
Called by Softimage when it unloads a plug-in.
Use this callback to perform any clean-up of resources allocated by the plug-in.
Applies To
All plug-ins.
Syntax
// C#
public class <class_name>
{
public bool UnloadPlugin( PluginRegistrar in_reg )
{
...
}
}
// C++ CStatus XSIUnloadPlugin( PluginRegistrar& in_reg ) { ... } // JScript function XSIUnloadPlugin( in_reg ) { ... } # Python def XSIUnloadPlugin( in_context ): ... ' VBScript Function XSIUnloadPlugin( in_reg ) ... End Function
Parameters
|
Parameter |
Language |
Type |
Description |
|
in_reg |
Scripting and C# |
The PluginRegistrar for this plugin. |
|
|
C++ |
See Also
• Reload
• Unload
Autodesk Softimage 2011