Click or drag to resize

GH_PluginFolderType Enumeration

Enumerates the possible folder types for GH_AssemblyFolderInfo

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_PluginFolderType
Members
  Member nameValueDescription
Core0 The Core folder is the one where native Grasshopper GHA files are installed.
Default1 The Default folder is where Grasshopper puts 3rd party GHA files.
RhiFolder2 A RhiFolder folder is created by an RHI installer package.
UserFolder3 A UserFolder is created by the user via the _GrasshopperDeveloperSettings command.
See Also