Specifies whether any changes made to the settings during a command are saved for the drawing, even if the setting is marked as "locked" in the settings dialog box.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyBoolean SaveCommandChangesToSettings { get; }
Visual Basic
Public ReadOnly Property SaveCommandChangesToSettings As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ SaveCommandChangesToSettings {
	PropertyBoolean^ get ();
}

See Also