PageViewGroupTableDelete Method (Guid, Boolean) |
Deletes a page view group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Delete(
Guid id,
bool quiet
)
Public Function Delete (
id As Guid,
quiet As Boolean
) As Boolean
Parameters
- id
- Type: SystemGuid
Id 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