Skip to content

M_Rhino_RhinoApp_Write_3

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RhinoApp.Write Method (String, Object, Object, Object)

Print formatted text in the command window.

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

Syntax

C#

public static void Write(
	string format,
	Object arg0,
	Object arg1,
	Object arg2
)

VB

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

Parameters

 

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

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
Write Overload
Rhino Namespace

Clone this wiki locally