Returns true (Boolean) if the plug-in is currently loaded in the application.
// get accessor Boolean rtn = Plugin.Loaded;
set plugin = Application.Plugins("Mesh Filter plugin") Application.LogMessage "Loaded: " & plugin.Loaded
XSIApplication.UnloadPlugin