RhinoCommon API
GeometryBaseSetUserString Method |
Attach a user string (key,value combination) to this geometry.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool SetUserString( string key, string value )
Public Function SetUserString ( key As String, value As String ) As Boolean
Parameters
- key
- Type: SystemString
id used to retrieve this string. - value
- Type: SystemString
string associated with key.
Return Value
Type: Booleantrue on success.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14