Click or drag to resize

CommandRunCommand Method

Executes the command.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract Result RunCommand(
	RhinoDoc doc,
	RunMode mode
)

Parameters

doc
Type: RhinoRhinoDoc
The current document.
mode
Type: Rhino.CommandsRunMode
The command running mode.

Return Value

Type: Result
The command result code.
See Also