File3dmViewTableItem Property |
Gets the view info at an index. The set method always throws NotSupportedException.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | If index is invalid. |
Version InformationRhino for Windows
Supported in: 6.20
See Also