Click or drag to resize

PageViewGroupTableAdd Method (IEnumerableRhinoPageView)

Adds a new page view group to the table, and adds page views to the group. The new page view group will be given a unique name.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Add(
	IEnumerable<RhinoPageView> groupMembers
)

Parameters

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