Interop.PlugInPointer Method

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)
Syntax
public static IntPtr PlugInPointer(
	PlugIn plugin
)
Public Shared Function PlugInPointer ( 
	plugin As PlugIn
) As IntPtr

Parameters

plugin
Type: Rhino.PlugInsPlugIn
A plug-in.

Return Value

Type: IntPtr
A pointer.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also