M_Rhino_Geometry_GeometryBase_GetUserString - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.GetUserString Method

Gets user string from this geometry.

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

Syntax

C#

public string GetUserString(
	string key
)

VB

Public Function GetUserString ( 
	key As String
) As String

Parameters

 

key
Type: System.String
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

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