HostUtils.CreateCommands Method (PlugIn)

HostUtilsCreateCommands Method (PlugIn)

Parses a plugin and create all the commands defined therein.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void CreateCommands(
	PlugIn plugin
)
Public Shared Sub CreateCommands ( 
	plugin As PlugIn
)

Parameters

plugin
Type: Rhino.PlugInsPlugIn
Plugin to harvest for commands.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also