M_Rhino_Geometry_GeometryBase_SetUserString - mcneel/rhinocommon-api-docs GitHub Wiki
Attach a user string (key,value combination) to this geometry.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetUserString(
	string key,
	string value
)VB
Public Function SetUserString ( 
	key As String,
	value As String
) As Boolean
- key
 - Type: System.String
id used to retrieve this string. - value
 - Type: System.String
string associated with key. 
Type: Boolean
true on success.
Supported in: 6.0.16224.21491, 5D58w