Click or drag to resize

InteropPlugInPointer Method

Gets a C++ plug-in pointer for a given RhinoCommon plug-in.

This is a Rhino SDK function.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static IntPtr PlugInPointer(
	PlugIn plugin
)

Parameters

plugin
Type: Rhino.PlugInsPlugIn
A plug-in.

Return Value

Type: IntPtr
A pointer.
See Also