Grasshopper API
GH_ComponentServerLoadExternalFiles Method |
Note: This API is now obsolete.
Attempt to parse all external files.
This includes GHA libraries, GHUSER objects and GHCLUSTER files.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
[ObsoleteAttribute("This method has been replaced by an overload which takes a single boolean.")] public bool LoadExternalFiles()
<ObsoleteAttribute("This method has been replaced by an overload which takes a single boolean.")> Public Function LoadExternalFiles As Boolean
Return Value
Type: BooleanTrue on success, false on failure.