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
Syntax 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.
See Also