PageViewGroupTableDelete Method (PageViewGroup) |
Deletes a page view group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic override bool Delete(
PageViewGroup group
)
Public Overrides Function Delete (
group As PageViewGroup
) As Boolean
Parameters
- group
- Type: Rhino.DocObjectsPageViewGroup
PageViewGroup to delete.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.PageViewGroupTable.Delete(Rhino.DocObjects.PageViewGroup)"]
See Also