RhinoAppWrite Method (String, Object) |
Print formatted text in the command window.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static void Write(
string format,
Object arg0
)
Public Shared Sub Write (
format As String,
arg0 As Object
)
Parameters
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:Rhino.RhinoApp.Write(System.String,System.Object)"]
- arg0
- Type: SystemObject
[Missing <param name="arg0"/> documentation for "M:Rhino.RhinoApp.Write(System.String,System.Object)"]
See Also