RhinoCommon API
ArchivableDictionaryGetGuid Method (String, Guid) |
Get value as Guid, will return defaultValue unless value was created using Set(string key, Guid value)
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
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.Collections.ArchivableDictionary.GetGuid(System.String,System.Guid)"]
- defaultValue
- Type: SystemGuid
[Missing <param name="defaultValue"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetGuid(System.String,System.Guid)"]
Return Value
Type: Guid[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetGuid(System.String,System.Guid)"]