Grasshopper API
GH_ComponentServerLoadExternalFiles Method (Boolean) |
Attempt to parse all external files.
This includes GHA libraries, GHUSER objects and GHCLUSTER files.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public bool LoadExternalFiles( bool loadOneByOne )
Public Function LoadExternalFiles ( loadOneByOne As Boolean ) As Boolean
Parameters
- loadOneByOne
- Type: SystemBoolean
Ask the user prior to loading each file. This helps narrowing down startup crashes.
Return Value
Type: BooleanTrue on success, false on failure.
