PersistentSettings.GetGuid Method (String, Guid)

PersistentSettingsGetGuid Method (String, Guid)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid GetGuid(
	string key,
	Guid defaultValue
)
Public Function GetGuid ( 
	key As String,
	defaultValue As Guid
) As Guid

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemGuid

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

Return Value

Type: Guid

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also