XSIUnloadPlugin

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#

PluginRegistrar

The PluginRegistrar for this plugin.

C++

PluginRegistrar &

See Also

Reload

Unload

Init (Command)

Init (Custom Display)

Init (Filter)

Init (Menu)

 



Autodesk Softimage 2011