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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double HydraulicGradeLineDown { get; set; } |
| Visual Basic |
|---|
Public Property HydraulicGradeLineDown As Double Get Set |
| Visual C++ |
|---|
public: property double HydraulicGradeLineDown { double get (); void set (double value); } |