RhinoCommon API
InteropRhinoObjectFromPointer Method |
Constructs a RhinoCommon Rhino object from an unmanaged C++ RhinoObject pointer.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public static RhinoObject RhinoObjectFromPointer( IntPtr pRhinoObject )
Public Shared Function RhinoObjectFromPointer ( pRhinoObject As IntPtr ) As RhinoObject
Parameters
- pRhinoObject
- Type: SystemIntPtr
The original pointer.
Return Value
Type: RhinoObjectA new Rhino object, or null if the pointer was invalid or Zero.