public bool CloseAllDocuments()
Public Function CloseAllDocuments As Boolean
Call GrasshopperExampleScript() Sub GrasshopperExampleScript() Dim GH Set GH = Rhino.GetPlugInObject("Grasshopper") Call GH.CloseAllDocuments() Set GH = Nothing End Sub
Report wishes and bugs at discourse.mcneel.com