Enables or disables Rhino's command history recording for the next command to be run. This function provides equivalent functionality to clicking on the "Record History" button on Rhino's status bar. For more information, see the Rhino help file for the History command.
Rhino.EnableHistoryRecording ([blnEnable])
blnEnable |
Optional. Boolean. The history recording state to set. |
Boolean |
If bEnable is not specified, then the current history recording state. |
Boolean |
If bEnable is specified, then the previous history recording state. |
If Rhino.EnableHistoryRecording = False Then
Rhino.EnableHistoryRecording True
End If