CachedTextureCoordinatesRemoveAt Method |
IList implementation, this list is always read-only so calling this
will cause a NotSupportedException to be thrown.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Rhino.Render.CachedTextureCoordinates.RemoveAt(System.Int32)"]
Implements
IListTRemoveAt(Int32)
Version InformationRhino for Mac
Supported in: 5.4
See Also