Types
Files
- GH_OrganizationFolderReference.cs
This file defines `GH_OrganizationFolderReference`, a Grasshopper wrapper class for the underlying `OrganizationFolderReference` data type. It inherits from `GH_Goo<OrganizationFolderReference>`, enabling seamless integration with Rhino/Grasshopper’s data pipeline by handling serialization, display, and duplication logic. Key components include constructors for initialization, a deep-copy `Duplicate` method to prevent shared reference issues, and casting methods (`CastFrom`/`CastTo`) that allow conversion between the wrapper and native types. This ensures safe transfer and validation of organization folder references within Grasshopper scripts without exposing internal domain objects directly.