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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also