Click or drag to resize

FoldersClusterFolders Property

Gets a list of all the directories from which GHCLUSTER files are loaded. GHUSER files are loaded from subfolders as well.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static List<string> ClusterFolders { get; }

Property Value

Type: ListString

[Missing <value> documentation for "P:Grasshopper.Folders.ClusterFolders"]

Return Value

Type: ListString
A list of load target directories.
See Also