SettingsAmbient.SettingsSlope Class

Specifies how to display slope measurements.

Specifies how to display slope measurements.

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

Syntax

C#

public sealed class SettingsSlope : SettingsAmbient.SettingsFormatNumber<SlopeFormatType>

Visual Basic

Public NotInheritable Class SettingsSlope _
	Inherits SettingsAmbient.SettingsFormatNumber(Of SlopeFormatType)

Visual C++

public ref class SettingsSlope sealed : public SettingsAmbient.SettingsFormatNumber<SlopeFormatType>

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.Settings.SettingsAmbient.SettingsUnitlessNumber
          Autodesk.Civil.Settings.SettingsAmbient.SettingsFormatNumber<SlopeFormatType>
            Autodesk.Civil.Settings.SettingsAmbient.SettingsSlope

See Also