Click or drag to resize

PlugInGetPluginSettings Method

[Missing <summary> documentation for "M:Rhino.PlugIns.PlugIn.GetPluginSettings(System.Guid,System.Boolean)"]

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static PersistentSettings GetPluginSettings(
	Guid plugInId,
	bool load
)

Parameters

plugInId
Type: SystemGuid

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

load
Type: SystemBoolean

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

Return Value

Type: PersistentSettings

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.GetPluginSettings(System.Guid,System.Boolean)"]

See Also