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
)
Public Shared Sub CreateCommands (
plugin As PlugIn
)
Parameters
- plugin
- Type: Rhino.PlugInsPlugIn
Plugin to harvest for commands.
See Also