Click or drag to resize

GH_DocumentEditorScriptAccess_OpenDocument Method (String)

Loads a specific file off the hard disk into the Canvas.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ScriptAccess_OpenDocument(
	string filename
)

Parameters

filename
Type: SystemString
File to load.

Return Value

Type: Boolean
True on success, false on failure.
See Also