Click or drag to resize

MaterialGetUserStrings Method

Gets an independent copy of the collection of (user text key, user text value) pairs attached to this object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NameValueCollection GetUserStrings()

Return Value

Type: NameValueCollection
A collection of key strings and values strings. This
See Also