File3dmObjectTable.Item Property

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)
Syntax
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: File3dmObject
The File3dmObject at [index].
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when the index is invalid.
Version Information

Rhino for Mac

Supported in: 5.4
See Also