CommandHistory

Returns the contents of Rhino's command history window. You can view the command history by using the CommandHistory command.

Syntax

rhinoscriptsyntax.CommandHistory()

rhinoscript.application.CommandHistory()

Parameters

None.

Returns

String

A string containing the contents of Rhino's command history window if successful.

Example

import rhinoscriptsyntax as rs

print rs.CommandHistory()

Also See

ClearCommandHistory