P_Rhino_Geometry_Collections_MeshTextureCoordinateList_Capacity - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the total number of texture coordinates the internal data structure can hold without resizing.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int Capacity { get; set; }
VB
Public Property Capacity As Integer
Get
Set
Type: Int32
Supported in: 6.0.16224.21491
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace