GH_ComponentServer.LoadExternalFiles Method

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)
Syntax
[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: Boolean
True on success, false on failure.
See Also