Click or drag to resize

GH_DocumentIsModified Property

Gets or sets the modified flag. If the new value differs from the old value, the ModifiedChanged() event is raised.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsModified { get; set; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.IsModified"]

See Also