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