InteropNativeRhinoDocPointer Method |
Gets the C++ CRhinoDoc* for a given RhinoCommon RhinoDoc class.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also