Gets or sets the mean elevation value of your project site with respect to the mean sea level.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double SeaLevelScaleElevation { get; set; }
VB
Public Property SeaLevelScaleElevation As Double Get Set
C++
public: property double SeaLevelScaleElevation { double get (); void set (double value); }