RhinoCommon API
PersistentSettingsSetStringList Method |
Including a item with the value of StringListRootKey will cause the ProgramData value to get inserted at
that location in the list when calling GetStringList.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void SetStringList( string key, string[] value )
Public Sub SetStringList ( key As String, value As String() )
Parameters
- key
- Type: SystemString
The string key. - value
- Type: SystemString
An array of values to set.
