InteropRhinoObjectFromPointer Method |
Constructs a RhinoCommon Rhino object from an unmanaged C++ RhinoObject pointer.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also