FoldersUserObjectFolders Property |
Gets a list of all the directories from which GHUSER files are loaded.
GHUSER files are loaded from subfolders as well.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static List<string> UserObjectFolders { get; }
Public Shared ReadOnly Property UserObjectFolders As List(Of String)
Get
Property Value
Type:
ListString[Missing <value> documentation for "P:Grasshopper.Folders.UserObjectFolders"]
Return Value
Type:
ListStringA list of load target directories.
See Also