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

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