Click or drag to resize

CentralSettingsIsLoadProtected Method

Gets whether a certain plugin is load protected.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool IsLoadProtected(
	string pluginName
)

Parameters

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

Return Value

Type: Boolean
True if the plugin is load protected, false if not.
See Also