Plugin.Major

Description

Returns the major version number of the plug-in as a Long.

C# Syntax

// get accessor
Int32 rtn = Plugin.Major;

Examples

VBScript Example

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