Click or drag to resize

InteropNativeRhinoDocPointer Method

Gets the C++ CRhinoDoc* for a given RhinoCommon RhinoDoc class.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static IntPtr NativeRhinoDocPointer(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc
A document.

Return Value

Type: IntPtr
A pointer value.
See Also