Returns the Windows handle of Rhino's main window.
rhinoscriptsyntax.WindowHandle()
rhinoscript.application.WindowHandle()
None.
Number
Rhino's main window handle.
import rhinoscriptsyntax as rs
handle = rs.WindowHandle()
print handle