Click or drag to resize

GeometryBaseGetUserStrings Method

Gets a copy of all (user key string, user value string) pairs attached to this geometry.

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

Return Value

Type: NameValueCollection
A new collection.
See Also