M_Rhino_Geometry_GeometryBase_SetUserString - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.SetUserString Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SetUserString(
	string key,
	string value
)

VB

Public Function SetUserString ( 
	key As String,
	value As String
) As Boolean

Parameters

 

key
Type: System.String
id used to retrieve this string.
value
Type: System.String
string associated with key.

Return Value

Type: Boolean
true on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️