RhinoCommon API
File3dmPlugInDataTableItem Property |
Gets the File3dmPlugInData object at the given index.
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. |
