GeometryBase.GetUserString Method

GeometryBaseGetUserString Method

Gets user string from this geometry.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string GetUserString(
	string key
)
Public Function GetUserString ( 
	key As String
) As String

Parameters

key
Type: SystemString
id used to retrieve the string.

Return Value

Type: String
string associated with the key if successful. null if no key was found.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also