PageViewGroupTableAdd Method (PageViewGroup) |
Adds a new page view group to the table.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Add(
PageViewGroup group
)
Public Function Add (
group As PageViewGroup
) As Integer
Parameters
- group
- Type: Rhino.DocObjectsPageViewGroup
The page view group to add. The information in the page view group is copied.
If group.Name is empty a unique name will be used.
Return Value
Type:
Int32Index of new page view group if successful, -1 otherwise.
See Also