RhinoCommon API
CachedTextureCoordinatesItem Property |
Gets the element at the specified index. Never call the set method, it
will always throw a NotSupportedException because this list is
read-only.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)

public Point3d this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As Point3d Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get.
Return Value
Type: Point3dThe element at the specified index.

Exception | Condition |
---|---|
NotSupportedException | IList implementation, this list is always read-only so calling the set method will always cause a NotSupportedException to be thrown. |
