GH_Document.IsModified Property

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; }
Public Property IsModified As Boolean
	Get
	Set

Property Value

Type: Boolean

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

See Also