P_Rhino_Render_CachedTextureCoordinates_Item - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public Point3d this[
int index
] { get; set; }
VB
Public Default Property Item (
index As Integer
) As Point3d
Get
Set
- index
- Type: System.Int32
The zero-based index of the element to get.
Type: Point3d
The 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. |
Supported in: 5D58w