Share

SettingsAmbient.SettingsStation Class

Specifies how to display linear features that use station or chainage.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
          Autodesk.Civil.SettingsSettingsAmbientSettingsUnitFormatNumberLinearUnitType, StationFormatType
            Autodesk.Civil.SettingsSettingsAmbientSettingsStation


Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class SettingsStation : SettingsAmbientSettingsUnitFormatNumber<LinearUnitType, StationFormatType>

VB

Public NotInheritable Class SettingsStation
	Inherits SettingsAmbientSettingsUnitFormatNumber(Of LinearUnitType, StationFormatType)

C++

public ref class SettingsStation sealed : public SettingsAmbientSettingsUnitFormatNumber<LinearUnitType, StationFormatType>

The SettingsAmbientSettingsStation type exposes the following members.

Properties

 NameDescription
Public propertyDropDecimalForWholeNumbers Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90)
Public propertyDropLeadingZerosRightOfStationCharacter Drops leading zeros before the station character for whole number station values.
Public propertyFormat Specifies the format of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat)
Public propertyMinimumDisplayWidth Specifies the minimum display width for the station value, which allows leading zeros to be added if necessary. For example, assuming a minimum display width of 10 and a precision of 2, a station value of 1234.234 would be displayed as 0012+34.23.
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 propertyStationDelimiterCharacter Specifies the separator character used to display stations.
Public propertyStationDelimiterPosition Specifies the scale to use for major stations.
Public propertyUnit Specifies the unit of the measurement.
(Inherited from SettingsAmbientSettingsUnitFormatNumberTUnit, TFormat)

See Also

Reference

Was this information helpful?