Click or drag to resize

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
Syntax
public int Add(
	PageViewGroup group,
	IEnumerable<RhinoPageView> groupMembers
)

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: Int32
Index of new page view group if successful, -1 otherwise.
See Also