SeaLevelScaleElevation Property

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.2.3892.0

Syntax

C#

public double SeaLevelScaleElevation { get; set; }

Visual Basic

Public Property SeaLevelScaleElevation As Double
	Get
	Set

Visual C++

public:
property double SeaLevelScaleElevation {
	double get ();
	void set (double value);
}

See Also