ArchivableDictionary.GetBool Method (String)

ArchivableDictionaryGetBool Method (String)

Get value as bool, will only succeed if value was created using Set(string key, bool value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetBool(
	string key
)
Public Function GetBool ( 
	key As String
) As Boolean

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetBool(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetBool(System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also