Click or drag to resize

GH_DocumentEditorScriptAccess_IsDocumentModified Method

Gets the modified flag of the currently loaded document.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ScriptAccess_IsDocumentModified()

Return Value

Type: Boolean
True if the document has been modified, false if not or if there is no document.
See Also