Click or drag to resize

SimpleArrayLineToArray Method

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Line[] ToArray()

Return Value

Type: Line
The managed array.
See Also