RhinoApp.CommandLineOut Property

RhinoAppCommandLineOut Property

Provides a TextWriter that can write to the command line.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static RhinoAppCommandLineTextWriter CommandLineOut { get; }
Public Shared ReadOnly Property CommandLineOut As RhinoAppCommandLineTextWriter
	Get

Property Value

Type: RhinoAppCommandLineTextWriter
See Also