Share

SettingsAmbient.SettingsSlope 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.280

Syntax

C#

public sealed class SettingsSlope : SettingsAmbientSettingsFormatNumber<SlopeFormatType>

VB

Public NotInheritable Class SettingsSlope
	Inherits SettingsAmbientSettingsFormatNumber(Of SlopeFormatType)

C++

public ref class SettingsSlope sealed : public 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)

See Also

Reference

Was this information helpful?