MaterialSetUserString Method |
Attach a user string (key,value combination) to this geometry.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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:
Booleantrue on success.
See Also