Click or drag to resize

RhinoAppCommandLineTextWriterWrite Method (String)

Writes a string to the command line.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public override void Write(
	string value
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Rhino.RhinoApp.CommandLineTextWriter.Write(System.String)"]

See Also