Parameters
Files
- Param_OrganizationFolderReference.cs
This file defines a custom Grasshopper parameter class named `Param_OrganizationFolderReference` within the `GlassHopper.Parameters` namespace. It inherits from `GH_Param<GH_OrganizationFolderReference>`, establishing it as a specialized data type for handling organization folder references in Rhino's visual scripting environment. The constructor initializes the parameter with metadata, including its display name, nickname, description, and assignment to a specific analysis category. Key components include a unique GUID for component identification and a property setting its exposure level to hidden, meaning it is not visible in the standard Grasshopper UI palette. Essentially, this code registers a backend-only data container used internally by other components within the GlassHopper plugin to manage specific organizational structures.