GH_UndoServerRemoveRecord Method |
Remove the record with the specified ID from the undo or redo stack.
Namespace:
Grasshopper.Kernel.Undo
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool RemoveRecord(
Guid id
)
Public Function RemoveRecord (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
ID of record to remove.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also