PageViewGroupTableUndoModify Method (Guid, UInt32) |
If the page view group has been modified and the modification can be undone,
then this will restore the page view group to its previous state.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool UndoModify(
Guid id,
uint undoRecordSerialNumber
)
Public Function UndoModify (
id As Guid,
undoRecordSerialNumber As UInteger
) As Boolean
Parameters
- id
- Type: SystemGuid
Id of page view group. - undoRecordSerialNumber
- Type: SystemUInt32
[Missing <param name="undoRecordSerialNumber"/> documentation for "M:Rhino.DocObjects.Tables.PageViewGroupTable.UndoModify(System.Guid,System.UInt32)"]
Return Value
Type:
Boolean>true if successful, false otherwise.
See Also