PersistentSettings.SetStringList Method

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)
Syntax
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also