Plugin.Language
 
 
 

Plugin.Language

Description

Returns the name of the language used to implement the plug-in as a String. VBScript, JScript, PerlScript, Python and CPP (C++) are all valid languages.

C# Syntax

// get accessor
String rtn = Plugin.Language;

Examples

VBScript Example

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