ClearCommandHistory

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

Syntax

rhinoscriptsyntax.ClearCommandHistory()

rhinoscript.application.ClearCommandHistory()

Parameters

None.

Returns

None.

Example

import rhinoscriptsyntax as rs

rs.ClearCommandHistory()

Also See

CommandHistory