Click or drag to resize

PageViewGroupTableUndelete Method (Int32)

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(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of page view group.

Return Value

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