Click or drag to resize

LoadPlugInResult Enumeration

Result of attempting to load a plug-in

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum LoadPlugInResult
Members
  Member nameValueDescription
Success0Successfully loaded
SuccessAlreadyLoaded1
ErrorUnknown2
NotRhinoPlugIn3 The rhp is a valid assembly, but it does not contain a Rhino plugin class. Instead it contains what is needed to define grasshopper or grasshopper 2 component(s)
See Also