RhinoCommon API
InteropRhinoObjectConstPointer Method |
Returns the underlying const CRhinoObject* for a RhinoCommon class. You should only
be interested in using this function if you are writing C++ code.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static IntPtr RhinoObjectConstPointer( RhinoObject rhinoObject )
Public Shared Function RhinoObjectConstPointer ( rhinoObject As RhinoObject ) As IntPtr
Parameters
- rhinoObject
- Type: Rhino.DocObjectsRhinoObject
A Rhino object.
Return Value
Type: IntPtrA pointer to the Rhino const object.
