CurveListInsert Method (Int32, Line) |
Inserts a line at a given index of this list.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Insert(
int index,
Line line
)
Public Sub Insert (
index As Integer,
line As Line
)
Parameters
- index
- Type: SystemInt32
A 0-based position in the list. - line
- Type: Rhino.GeometryLine
The line value from which to construct the new curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also