Share

SettingsAmbient.SettingsGeneral Class

Specifies how to display text, numbers, and units.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public propertyDrivingDirection Specifies the direction of traffic on the roadway.
Public propertyIndependentLayerOn Specifies whether object display is controlled by layer visibility, This is equivalent to SettingsObjectLayers.ObjectControlledByLayer
Public propertyNewEntityToolTipState Specifies whether to display tooltips by default for new objects.
Public propertyPlottedUnitDisplay Specifies how to display numbers in interface controls and on the command line.
Public propertySaveCommandChangesToSettings 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.
Public propertyShowEventViewer Specifies whether the Event Viewer is displayed automatically when an event occurs.
Public propertyShowToolTips Specifies whether to display tooltips in the drawing. This setting does not affect tooltips for toolbar icons.

See Also

Reference

Was this information helpful?