PersistentSettings.TryGetGuid Method (String, Guid)

PersistentSettingsTryGetGuid Method (String, Guid)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetGuid(
	string key,
	out Guid value
)
Public Function TryGetGuid ( 
	key As String,
	<OutAttribute> ByRef value As Guid
) As Boolean

Parameters

key
Type: SystemString

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

value
Type: SystemGuid

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

Return Value

Type: Boolean

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also