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