PageViewGroupTableDelete Method (Int32, Boolean) |
Deletes a page view group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Delete(
int index,
bool quiet
)
Public Function Delete (
index As Integer,
quiet As Boolean
) As Boolean
Parameters
- index
- Type: SystemInt32
Zero-based index of page view group. - quiet
- Type: SystemBoolean
true to disable any warning or error messages.
Return Value
Type:
Booleantrue if successful, false otherwise.
See Also