Share

Pipe.HydraulicGradeLineDown Property

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



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

Syntax

C#

public double HydraulicGradeLineDown { get; set; }

VB

Public Property HydraulicGradeLineDown As Double
	Get
	Set

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?