Click or drag to resize

RhinoViewportSetUserStrings Method

Attach a user string (key,value combination) to this viewport.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.18
Syntax
public bool SetUserStrings(
	IEnumerable<KeyValuePair<string, string>> items,
	bool replace
)

Parameters

items
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
collection of key-value pairs to set.
replace
Type: SystemBoolean
If True, the previous user string will be removed

Return Value

Type: Boolean
true on success.
See Also