EnableAutosave

Enables or disables Rhino's automatic file saving mechanism.

Syntax

rhinoscriptsyntax.EnableAutosave( enable=True )

rhinoscript.application.EnableAutosave( enable=True )

Parameters

enable

Optional. Boolean. The autosave state.  If omitted, automatic saving is enabled (True).

Returns

Boolean

The previous autosave state.

Example

import rhinoscriptsyntax as rs

prevstate = rs.EnableAutosave()

Also See

AutosaveFile

AutosaveInterval