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
)
Public Shared Function PlugInPointer (
plugin As PlugIn
) As IntPtr
Parameters
- plugin
- Type: Rhino.PlugInsPlugIn
A plug-in.
Return Value
Type:
IntPtrA pointer.
See Also