Click or drag to resize

PageViewGroupTableItem Property

Conceptually, the page view group table is an array of page view groups. The operator[] can be used to get individual page view group. A page view group is either active or deleted and this state is reported by PageViewGroup.IsDeleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public PageViewGroup this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Zero-based array index.

Return Value

Type: PageViewGroup
Reference to the page view group. Note, this reference may become invalid after Add() is called.
Exceptions
ExceptionCondition
IndexOutOfRangeException
See Also