Click or drag to resize

CentralSettingsSetLoadProtected Method

Sets whether a certain plugin is load protected.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void SetLoadProtected(
	string pluginName,
	bool loadProtect
)

Parameters

pluginName
Type: SystemString
The name of the plugin file (without the extension).
loadProtect
Type: SystemBoolean
Load protection flag for this plugin.
See Also