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.
Returns:
Type: bool
True on success.
Available since:
8.9

Nothing found