CentralSettingsIsLoadProtected Method |
Gets whether a certain plugin is load protected.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool IsLoadProtected(
string pluginName
)
Public Shared Function IsLoadProtected (
pluginName As String
) As Boolean
Parameters
- pluginName
- Type: SystemString
The name of the plugin file (without the extension).
Return Value
Type:
BooleanTrue if the plugin is load protected, false if not.
See Also