GH_DocumentObjectTriggerAutoSave Method (Guid) |
Triggers the AutoSave function on the owner document with the object_changed flag.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void TriggerAutoSave(
Guid id
)
Public Sub TriggerAutoSave (
id As Guid
)
Parameters
- id
- Type: SystemGuid
ID of autosave event. Consecutive autosave requests with the same ID will be ignored.
Implements
IGH_DocumentObjectTriggerAutoSave(Guid)
See Also