Click or drag to resize

CentralSettingsSetLoadMechanism Method

Sets the user defined load mechanism for a certain plugin.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void SetLoadMechanism(
	string pluginName,
	GH_LoadingDemand mechanism
)

Parameters

pluginName
Type: SystemString
The name of the plugin file (without the extension).
mechanism
Type: Grasshopper.KernelGH_LoadingDemand
Load mechanism for this plugin.
See Also