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