Click or drag to resize

ClassArrayOnObjRefToNonConstArray Method (RhinoDoc)

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public ObjRef[] ToNonConstArray(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc
Document containing the array of objects

Return Value

Type: ObjRef
The managed array.
See Also