SettingsAmbientSettingsSlope Class

Specifies how to display slope measurements.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
          Autodesk.Civil.SettingsSettingsAmbientSettingsFormatNumberSlopeFormatType
            Autodesk.Civil.SettingsSettingsAmbientSettingsSlope

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsSlope : SettingsAmbientSettingsFormatNumber<SlopeFormatType>

The SettingsAmbientSettingsSlope type exposes the following members.

Properties
 NameDescription
Public propertyFormat Specifies the format of the measurement.
(Inherited from SettingsAmbientSettingsFormatNumberTFormat)
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)
Top
See Also