Click or drag to resize

SimpleArrayPlaneToArray Method

Copies the unmanaged array to a managed counterpart.

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

Return Value

Type: Plane
The managed array.
See Also