Gets or sets the elevation of the energy grade line for pipe networks that contain this data.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double EnergyGradeLine { get; set; }
VB
Public Property EnergyGradeLine As Double Get Set
C++
public: property double EnergyGradeLine { double get (); void set (double value); }