Click or drag to resize

GetStringGetLiteralString Method

Returns the string that the user typed. By default, space does not stop input.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public GetResult GetLiteralString()

Return Value

Type: GetResult
The result type. If the user typed a string, this is String.
See Also