EnergyGradeLineUp Property

Gets or sets the elevation of the energy grade line for pipe networks flowing in an upstream direction and that contain hydraulic property data.

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

Syntax

C#

public double EnergyGradeLineUp { get; set; }

Visual Basic

Public Property EnergyGradeLineUp As Double
	Get
	Set

Visual C++

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

See Also