SimpleArrayVector3dToArray Method |
Copies the unmanaged array to a managed counterpart.
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Vector3d[] ToArray()
Public Function ToArray As Vector3d()
Return Value
Type:
Vector3dThe managed array.
See Also