PageViewGroupTableAdd Method (PageViewGroup, IEnumerableRhinoPageView) |
Adds a new page view group to the table, and adds page views to the group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int Add(
PageViewGroup group,
IEnumerable<RhinoPageView> groupMembers
)
Public Function Add (
group As PageViewGroup,
groupMembers As IEnumerable(Of RhinoPageView)
) 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.
- groupMembers
- Type: System.Collections.GenericIEnumerableRhinoPageView
An enumeration of page views.
Return Value
Type:
Int32Index of new page view group if successful, -1 otherwise.
See Also