RhinoCommon API
ArchivableDictionarySet Method (String, Byte) |
Sets a Byte.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Set( string key, byte val )
Public Function Set ( key As String, val As Byte ) As Boolean
Parameters
- key
- Type: SystemString
The text key. - val
- Type: SystemByte
A Byte.Because Byte has value semantics, changes to the assigning value will leave this entry unchanged.
Return Value
Type: Booleantrue if set operation succeeded, otherwise false.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8