RhinoCommon API
CurveListInsert Method (Int32, Ellipse) |
Inserts an ellipse at a given index of this list.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void Insert( int index, Ellipse ellipse )
Public Sub Insert ( index As Integer, ellipse As Ellipse )
Parameters
- index
- Type: SystemInt32
A 0-based position in the list. - ellipse
- Type: Rhino.GeometryEllipse
The ellipse value from which to construct the new curve.
