SimpleArrayLine Constructor (IEnumerableLine) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic SimpleArrayLine(
IEnumerable<Line> lines
)
Public Sub New (
lines As IEnumerable(Of Line)
)
Parameters
- lines
- Type: System.Collections.GenericIEnumerableLine
See Also