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