Click or drag to resize

SimpleArrayGeometryPointerToNonConstArray Method

Copies the unmanaged array to a managed counterpart.

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

Return Value

Type: GeometryBase
The managed array.
See Also