Description:

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

Syntax:
public bool SetUserString(
string key,
string value
)
Parameters:
  • key
  • Type: string
  • id used to retrieve this string.
  • value
  • Type: string
  • string associated with key. If null, the key will be removed
Returns:
Type: bool
True on success.
Available since:
5.0

SetUserString method

Class:  Rhino.DocObjects.ObjectAttributes

Nothing found