Click or drag to resize

GH_PluginUtilSendKeyCodeToRhino Method (Int32)

Send a key-code to the Rhino command line.

Namespace:  Grasshopper.Plugin
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void SendKeyCodeToRhino(
	int key
)

Parameters

key
Type: SystemInt32
Key code.
See Also