Click or drag to resize

HostUtilsCreateCommands Method (PlugIn)

Parses a plugin and create all the commands defined therein.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void CreateCommands(
	PlugIn plugin
)

Parameters

plugin
Type: Rhino.PlugInsPlugIn
Plugin to harvest for commands.
See Also