M_Rhino_RhinoApp_GetPlugInObject_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the object that is returned by PlugIn.GetPlugInObject for a given plug-in. This function attempts to find and load a plug-in with a given name. When a plug-in is found, it's GetPlugInObject function is called and the result is returned here. Note the plug-in must have already been installed in Rhino or the plug-in manager will not know where to look for a plug-in with a matching name.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Object GetPlugInObject(
string plugin
)
VB
Public Shared Function GetPlugInObject (
plugin As String
) As Object
- plugin
- Type: System.String
Name of a plug-in.
Type: Object
Result of PlugIn.GetPlugInObject for a given plug-in on success.
Supported in: 5D58w