Click or drag to resize

SimpleArrayCurvePointerToNonConstArray Method

Copies the unmanaged array to a managed counterpart.

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

Return Value

Type: Curve
The managed array.
See Also