Click or drag to resize

CentralSettingsGetLoadMechanism Method

Gets what load mechanism has been specified for a certain plugin.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_LoadingDemand GetLoadMechanism(
	string pluginName
)

Parameters

pluginName
Type: SystemString
The name of the plugin file (without the extension).

Return Value

Type: GH_LoadingDemand
The user-defined load mechanism.
See Also