Click or drag to resize

PlugInSetLoadProtection Method

Set load protection state for a certain plug-in

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.5
Syntax
public static void SetLoadProtection(
	Guid pluginId,
	bool loadSilently
)

Parameters

pluginId
Type: SystemGuid

[Missing <param name="pluginId"/> documentation for "M:Rhino.PlugIns.PlugIn.SetLoadProtection(System.Guid,System.Boolean)"]

loadSilently
Type: SystemBoolean

[Missing <param name="loadSilently"/> documentation for "M:Rhino.PlugIns.PlugIn.SetLoadProtection(System.Guid,System.Boolean)"]

See Also