Skip to content

Command.RunCommand

Namespace: Rhino.Commands

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public delegate Result RunCommandDelegate(
RhinoDoc doc,
RunMode mode,
Object data
)

Parameters

doc

Type: Rhino.RhinoDoc

mode

Type: Rhino.Commands.RunMode

data

Type:System.Object

Return Value

Type: Result