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()
Public Function ScriptAccess_IsDocumentModified As Boolean
Return Value
Type:
BooleanTrue if the document has been modified, false if not or if there is no document.
See Also