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; }
Public Shared ReadOnly Property ClusterFolders As List(Of String)
Get
Property Value
Type:
ListString[Missing <value> documentation for "P:Grasshopper.Folders.ClusterFolders"]
Return Value
Type:
ListStringA list of load target directories.
See Also