Plugin.Author

Description

Returns the name of the plug-in's author as a String.

C# Syntax

// get accessor
String rtn = Plugin.Author;

Examples

VBScript Example

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