PageViewGroupTableUndelete Method (Guid) |
Undeletes a page view group that has been deleted.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Undelete(
Guid id
)
Public Function Undelete (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
Id of page view group.
Return Value
Type:
Booleantrue if successful, false otherwise.
See Also