RhinoCommon API
TextLogPrint Method (String, Object, Object) |
Send formatted text to the text log
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.1

public void Print( string format, Object arg0, Object arg1 )
Public Sub Print ( format As String, arg0 As Object, arg1 As Object )
Parameters
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:Rhino.FileIO.TextLog.Print(System.String,System.Object,System.Object)"]
- arg0
- Type: SystemObject
[Missing <param name="arg0"/> documentation for "M:Rhino.FileIO.TextLog.Print(System.String,System.Object,System.Object)"]
- arg1
- Type: SystemObject
[Missing <param name="arg1"/> documentation for "M:Rhino.FileIO.TextLog.Print(System.String,System.Object,System.Object)"]
