Command.RunProxyCommand Method

CommandRunProxyCommand Method

Execute some code as if it were running in a command

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void RunProxyCommand(
	CommandRunCommandDelegate commandCallback,
	RhinoDoc doc,
	Object data
)
Public Shared Sub RunProxyCommand ( 
	commandCallback As CommandRunCommandDelegate,
	doc As RhinoDoc,
	data As Object
)

Parameters

commandCallback
Type: Rhino.CommandsCommandRunCommandDelegate

[Missing <param name="commandCallback"/> documentation for "M:Rhino.Commands.Command.RunProxyCommand(Rhino.Commands.Command.RunCommandDelegate,Rhino.RhinoDoc,System.Object)"]

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Commands.Command.RunProxyCommand(Rhino.Commands.Command.RunCommandDelegate,Rhino.RhinoDoc,System.Object)"]

data
Type: SystemObject
optional extra data to pass to callback
Version Information

Rhino for Windows

Supported in: 6.14
See Also