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
)
Public Shared Function NativeRhinoDocPointer (
doc As RhinoDoc
) As IntPtr
Parameters
- doc
- Type: RhinoRhinoDoc
A document.
Return Value
Type:
IntPtrA pointer value.
See Also