Click or drag to resize

GH_RhinoScriptInterfaceRunAsCommand Method

Note: This API is now obsolete.

Namespace:  Grasshopper.Plugin
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("Please use RunInCommandContext")]
public Result RunAsCommand(
	GH_Document ghDoc,
	Command command,
	RhinoDoc rhinoDoc,
	RunMode mode
)

Parameters

ghDoc
Type: Grasshopper.KernelGH_Document
command
Type: Command
rhinoDoc
Type: RhinoDoc
mode
Type: RunMode

Return Value

Type: Result
See Also