SettingsAmbientSettingsLatLong Class

Specifies how to display latitude and longitude.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
          Autodesk.Civil.SettingsSettingsAmbientSettingsUnitFormatNumberAngleUnitType, AngleFormatType
            Autodesk.Civil.SettingsSettingsAmbientSettingsLatLong

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public sealed class SettingsLatLong : SettingsAmbientSettingsUnitFormatNumber<AngleUnitType, AngleFormatType>

The SettingsAmbientSettingsLatLong type exposes the following members.

Properties
 NameDescription
Public propertyCapitalization Specifies how to display direction names.
Public propertyDirection Specifies the format of lat/long labels.
Public propertyDropDecimalForWholeNumbers Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90)
Public propertyDropLeadingZerosForDegrees Drops leading zeros before values less than 10.
Public propertyFormat Specifies the format of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat)
Public propertyPrecision Specifies the number of digits to show to the right of the decimal.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertyRounding Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertySign Specifies how to mark numbers as positive or negative.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertyUnit Specifies the unit of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat)
Top
See Also