Gets or sets the elevation of the hydraulic 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.8.0.280
Syntax
C#
public double HydraulicGradeLineUp { get; set; }
VB
Public Property HydraulicGradeLineUp As Double Get Set
C++
public: property double HydraulicGradeLineUp { double get (); void set (double value); }