Click or drag to resize

RhinoAppCapturedCommandWindowStrings Method

Get list of strings sent to the command window through calls to Write or WriteLine when capturing has been enabled

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static string[] CapturedCommandWindowStrings(
	bool clearBuffer
)

Parameters

clearBuffer
Type: SystemBoolean
Clear the captured buffer after this call

Return Value

Type: String
array of captured strings
See Also