Specifies how to display text, numbers, and units.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsAmbientSettingsGeneral
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsGeneral : TreeOidWrapper
VB
Public NotInheritable Class SettingsGeneral Inherits TreeOidWrapper
C++
public ref class SettingsGeneral sealed : public TreeOidWrapper
The SettingsAmbientSettingsGeneral type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DrivingDirection | Specifies the direction of traffic on the roadway. | |
| IndependentLayerOn | Specifies whether object display is controlled by layer visibility, This is equivalent to SettingsObjectLayers.ObjectControlledByLayer | |
| NewEntityToolTipState | Specifies whether to display tooltips by default for new objects. | |
| PlottedUnitDisplay | Specifies how to display numbers in interface controls and on the command line. | |
| SaveCommandChangesToSettings | 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. | |
| ShowEventViewer | Specifies whether the Event Viewer is displayed automatically when an event occurs. | |
| ShowToolTips | Specifies whether to display tooltips in the drawing. This setting does not affect tooltips for toolbar icons. |
