M_Rhino_Commands_Command_RunCommand - mcneel/rhinocommon-api-docs GitHub Wiki
Executes the command.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
protected abstract Result RunCommand(
RhinoDoc doc,
RunMode mode
)
VB
Protected MustOverride Function RunCommand (
doc As RhinoDoc,
mode As RunMode
) As Result
- doc
- Type: Rhino.RhinoDoc
The current document. - mode
- Type: Rhino.Commands.RunMode
The command running mode.
Type: Result
The command result code.
Supported in: 5D58w