Click or drag to resize

InteropRhinoObjectFromPointer Method

Constructs a RhinoCommon Rhino object from an unmanaged C++ RhinoObject pointer.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static RhinoObject RhinoObjectFromPointer(
	IntPtr pRhinoObject
)

Parameters

pRhinoObject
Type: SystemIntPtr
The original pointer.

Return Value

Type: RhinoObject
A new Rhino object, or null if the pointer was invalid or Zero.
See Also