Click or drag to resize

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
)

Parameters

rhinoObject
Type: Rhino.DocObjectsRhinoObject
A Rhino object.

Return Value

Type: IntPtr
A pointer to the Rhino const object.
See Also