PersistentSettings.SetGuid Method

PersistentSettingsSetGuid Method

[Missing <summary> documentation for "M:Rhino.PersistentSettings.SetGuid(System.String,System.Guid)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetGuid(
	string key,
	Guid value
)
Public Sub SetGuid ( 
	key As String,
	value As Guid
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.SetGuid(System.String,System.Guid)"]

value
Type: SystemGuid

[Missing <param name="value"/> documentation for "M:Rhino.PersistentSettings.SetGuid(System.String,System.Guid)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also