Click or drag to resize

RhinoPageViewRemoveFromPageViewGroup Method

Removes this page view to a page view group.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void RemoveFromPageViewGroup(
	int pageViewGroupIndex
)

Parameters

pageViewGroupIndex
Type: SystemInt32
Zero-based index of the page view group.
See Also