Grasshopper API
GH_PluginUtil Class |
Grasshopper plugin utility class. This class exports some static (Shared in VB)
methods to do with plugin loading and unloading.
Namespace: Grasshopper.Plugin
Assembly: Grasshopper (in Grasshopper.dll)
The GH_PluginUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| BringRhinoToTop |
Bring the Rhino window to the top of the stack.
| |
| BringWindowToTop | ||
| FocusOnRhino |
Set the focus to the Rhino command line.
| |
| SendKeyCodeToRhino(Char) |
Send a key-code to the Rhino command line.
| |
| SendKeyCodeToRhino(Int32) |
Send a key-code to the Rhino command line.
| |
| SendKeyCodeToRhino(String) |
Send a string of characters to the Rhino command line.
| |
| SendMessage | ||
| SetFocus |