RhinoCommon API
File3dmObjectTableItem Property |
Gets the File3dmObject at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public File3dmObject this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As File3dmObject Get
Parameters
- index
- Type: SystemInt32
Index of File3dmObject to access.
Return Value
Type: File3dmObjectThe File3dmObject at [index].
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown when the index is invalid. |