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
)
<ObsoleteAttribute("Please use RunInCommandContext")>
Public Function RunAsCommand (
ghDoc As GH_Document,
command As Command,
rhinoDoc As RhinoDoc,
mode As RunMode
) As Result
Parameters
- ghDoc
- Type: Grasshopper.KernelGH_Document
- command
- Type: Command
- rhinoDoc
- Type: RhinoDoc
- mode
- Type: RunMode
Return Value
Type:
ResultSee Also