SimpleArrayCurvePointer Constructor (IEnumerableCurve) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public SimpleArrayCurvePointer(
IEnumerable<Curve> curves
)
Public Sub New (
curves As IEnumerable(Of Curve)
)
Parameters
- curves
- Type: System.Collections.GenericIEnumerableCurve
A list, an array or any collection of curves that implements the enumerable interface.
See Also