RhinoCommon API
RhinoViewportGetUserString Method |
Gets a user string.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.18
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: Stringstring associated with the key if successful. null if no key was found.