Click or drag to resize

FileSettingsSetAutoSaveBeforeCommands Method

Set list of commands that force AutoSave prior to running.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void SetAutoSaveBeforeCommands(
	string[] commands
)

Parameters

commands
Type: SystemString

[Missing <param name="commands"/> documentation for "M:Rhino.ApplicationSettings.FileSettings.SetAutoSaveBeforeCommands(System.String[])"]

See Also