Specifies how to display latitude and longitude.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
Autodesk.Civil.SettingsSettingsAmbientSettingsUnitFormatNumberAngleUnitType, AngleFormatType
Autodesk.Civil.SettingsSettingsAmbientSettingsLatLong
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsLatLong : SettingsAmbientSettingsUnitFormatNumber<AngleUnitType, AngleFormatType>
VB
Public NotInheritable Class SettingsLatLong Inherits SettingsAmbientSettingsUnitFormatNumber(Of AngleUnitType, AngleFormatType)
C++
public ref class SettingsLatLong sealed : public SettingsAmbientSettingsUnitFormatNumber<AngleUnitType, AngleFormatType>
The SettingsAmbientSettingsLatLong type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capitalization | Specifies how to display direction names. | |
| Direction | Specifies the format of lat/long labels. | |
| DropDecimalForWholeNumbers | Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90) | |
| DropLeadingZerosForDegrees | Drops leading zeros before values less than 10. | |
| Format |
Specifies the format of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat) | |
| Precision |
Specifies the number of digits to show to the right of the decimal.
(Inherited from SettingsAmbientSettingsUnitlessNumber) | |
| Rounding |
Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
(Inherited from SettingsAmbientSettingsUnitlessNumber) | |
| Sign |
Specifies how to mark numbers as positive or negative.
(Inherited from SettingsAmbientSettingsUnitlessNumber) | |
| Unit |
Specifies the unit of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat) |
