Grasshopper API
CentralSettingsSetLoadProtected Method |
Sets whether a certain plugin is load protected.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

public static void SetLoadProtected( string pluginName, bool loadProtect )
Public Shared Sub SetLoadProtected ( pluginName As String, loadProtect As Boolean )
Parameters
- pluginName
- Type: SystemString
The name of the plugin file (without the extension). - loadProtect
- Type: SystemBoolean
Load protection flag for this plugin.
