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
Syntaxpublic PageViewGroup this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PageViewGroup
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| Exception | Condition |
|---|
| IndexOutOfRangeException | |
See Also