Click or drag to resize

CentralSettings.SetLoadProtected 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: System.String
The name of the plugin file (without the extension).
loadProtect
Type: System.Boolean
Load protection flag for this plugin.
See Also