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
)
Public Shared Sub SendKeyCodeToRhino (
key As Integer
)
Parameters
- key
- Type: SystemInt32
Key code.
See Also