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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also