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()
Public Function GetUserStrings As NameValueCollection
Return Value
Type:
NameValueCollectionA collection of key strings and values strings. This
See Also