GH_RhinoScriptInterfaceIsEditorVisible Method |
Namespace: Grasshopper.Plugin
Call GrasshopperExampleScript() Sub GrasshopperExampleScript() Dim GH Set GH = Rhino.GetPlugInObject("Grasshopper") Call Rhino.Print("Grasshopper Editor Visible: " & GH.IsEditorVisible()) Set GH = Nothing End Sub