P_Rhino_Geometry_Collections_MeshTextureCoordinateList_Item - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the texture coordinate at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point2f this[
int index
] { get; set; }
VB
Public Default Property Item (
index As Integer
) As Point2f
Get
Set
- index
- Type: System.Int32
Index of texture coordinates to access.
Type: Point2f
The texture coordinate at [index].
IList(T).Item(Int32)
IReadOnlyList(T).Item(Int32)
Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown when the index is invalid. |
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace