Click or drag to resize

PlugInRegisterCommand Method

[Missing <summary> documentation for "M:Rhino.PlugIns.PlugIn.RegisterCommand(Rhino.Commands.Command)"]

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected bool RegisterCommand(
	Command command
)

Parameters

command
Type: Rhino.CommandsCommand

[Missing <param name="command"/> documentation for "M:Rhino.PlugIns.PlugIn.RegisterCommand(Rhino.Commands.Command)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.RegisterCommand(Rhino.Commands.Command)"]

See Also