ArchivableDictionary.Set Method (String, Boolean)

ArchivableDictionarySet Method (String, Boolean)

Sets a Boolean.

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

Parameters

key
Type: SystemString
The text key.
val
Type: SystemBoolean
A Boolean value.

Because Boolean has value semantics, changes to the assigning value will leave this entry unchanged.

Return Value

Type: Boolean
true if set operation succeeded, otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also