Plugin.Minor

Description

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

C# Syntax

// get accessor

Int32 rtn = Plugin.Minor;

Examples

VBScript Example

set plugin = Application.Plugins("Mesh Filter plugin")

Application.LogMessage "Minor: " & plugin.Minor