StringTable.SetString Method (String, String)

StringTableSetString Method (String, String)

Adds or sets a user data string to the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string SetString(
	string key,
	string value
)
Public Function SetString ( 
	key As String,
	value As String
) As String

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The entry value.

Return Value

Type: String
The previous value if successful and a previous value existed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also