PlugIn.AskOnLoadProtection Property

PlugInAskOnLoadProtection Property

If true, Rhino will display a warning dialog when load-protected plug-ins are attempting to load. If false, load-protected plug-ins will silently not load.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool AskOnLoadProtection { get; set; }
Public Shared Property AskOnLoadProtection As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Windows

Supported in: 6.8
See Also