public void HideEditor()
Public Sub HideEditor
Call GrasshopperExampleScript() Sub GrasshopperExampleScript() Dim GH Set GH = Rhino.GetPlugInObject("Grasshopper") Call GH.HideEditor() Set GH = Nothing End Sub
Report wishes and bugs at discourse.mcneel.com