M_Rhino_RhinoApp_WriteLine_3 - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.WriteLine Method (String, Object, Object)

Print formatted text with a newline in the command window.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static void WriteLine(
	string format,
	Object arg0,
	Object arg1
)

VB

Public Shared Sub WriteLine ( 
	format As String,
	arg0 As Object,
	arg1 As Object
)

Parameters

 

format
Type: System.String
[Missing documentation for "M:Rhino.RhinoApp.WriteLine(System.String,System.Object,System.Object)"]
arg0
Type: System.Object
[Missing documentation for "M:Rhino.RhinoApp.WriteLine(System.String,System.Object,System.Object)"]
arg1
Type: System.Object
[Missing documentation for "M:Rhino.RhinoApp.WriteLine(System.String,System.Object,System.Object)"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
WriteLine Overload
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️