RhinoCommon API
File3dmViewTableItem Property |
Gets the view info at an index. The set method always throws NotSupportedException.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public ViewInfo this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As ViewInfo Get
Parameters
- index
- Type: SystemInt32
The index of the item to search for.
Return Value
Type: ViewInfoA non-null instance, or an exception is thrown.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is invalid. |