menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Send formatted text to the text log
Syntax:
public
void
Print(
string
format
,
object
arg0
,
object
arg1
)
Returns:
Type:
void
Available since:
5.1
Description:
Send formatted text to the text log
Syntax:
public
void
Print(
string
format
,
object
arg0
)
Returns:
Type:
void
Available since:
5.1
Description:
Send text to the text log
Syntax:
public
void
Print(
string
text
)
Returns:
Type:
void
Available since:
5.1
home
/
Rhino.FileIO
/
TextLog
/
Print
Print method
Class:
Rhino.FileIO.TextLog
Example
Nothing found