Click or drag to resize

GH_ExternalFileType Enumeration

Enumerates the possible external files that Grasshopper is interested in.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ExternalFileType
Members
  Member nameValueDescription
Unknown0 Unknown (invalid) file type.
Assembly1 File represents a GHA assembly.
UserObject2 File represents a GHUSER archive.
Cluster3 File represents a GHCLUSTER archive.
See Also