Plugin.URL

Description

Returns the URL path that can be used to link to a help page for the plug-in as a String (for example, the web site of the plug-in's author).

C# Syntax

// get accessor
String rtn = Plugin.URL;

Examples

VBScript Example

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