Plugin.Loaded
 
 
 

Plugin.Loaded

Description

Returns true (Boolean) if the plug-in is currently loaded in the application.

C# Syntax

// get accessor
Boolean rtn = Plugin.Loaded;

Examples

VBScript Example

set plugin = Application.Plugins("Mesh Filter plugin")
Application.LogMessage "Loaded: " & plugin.Loaded

See Also

XSIApplication.UnloadPlugin