Share

SettingsAmbient.SettingsGeneral.SaveCommandChangesToSettings Property

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.8.0.280

Syntax

C#

public PropertyBoolean SaveCommandChangesToSettings { get; }

VB

Public ReadOnly Property SaveCommandChangesToSettings As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ SaveCommandChangesToSettings {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?