RhinoCommon API
InteropNativeRhinoDocPointer Method |
Gets the C++ CRhinoDoc* for a given RhinoCommon RhinoDoc class.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public static IntPtr NativeRhinoDocPointer( RhinoDoc doc )
Public Shared Function NativeRhinoDocPointer ( doc As RhinoDoc ) As IntPtr
Parameters
- doc
- Type: RhinoRhinoDoc
A document.
Return Value
Type: IntPtrA pointer value.