GeometryBase.SetUserString Method

GeometryBaseSetUserString Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Boolean
true on success.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also