Share

SettingsAmbient.SettingsElevation Class

Specifies how to display surface elevations.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
          Autodesk.Civil.SettingsSettingsAmbientSettingsUnitNumberLinearUnitType
            Autodesk.Civil.SettingsSettingsAmbientSettingsElevation


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

Syntax

C#

public sealed class SettingsElevation : SettingsAmbientSettingsUnitNumber<LinearUnitType>

VB

Public NotInheritable Class SettingsElevation
	Inherits SettingsAmbientSettingsUnitNumber(Of LinearUnitType)

C++

public ref class SettingsElevation sealed : public SettingsAmbientSettingsUnitNumber<LinearUnitType>

The SettingsAmbientSettingsElevation type exposes the following members.

Properties

 NameDescription
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 propertyUnit Specifies the unit of the measurement.
(Inherited from SettingsAmbientSettingsUnitNumberTUnit)

See Also

Reference

Was this information helpful?