Executes the command.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected abstract Result RunCommand(
RhinoDoc doc,
RunMode mode
)
Protected MustOverride Function RunCommand (
doc As RhinoDoc,
mode As RunMode
) As Result
Parameters
- doc
- Type: RhinoRhinoDoc
The current document. - mode
- Type: Rhino.CommandsRunMode
The command running mode.
Return Value
Type:
ResultThe command result code.
See Also