Click or drag to resize

PageViewGroupTableUndelete Method (Guid)

Undeletes a page view group that has been deleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Undelete(
	Guid id
)

Parameters

id
Type: SystemGuid
Id of page view group.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also