Click or drag to resize
IUserInterfaceWriteLine Method (String)
Writes a string followed by a line terminator to the user interface and the application log.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
void WriteLine(
	string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String)"]

See Also