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)
Syntaxpublic 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].
Exceptions
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also