Gets or sets the elevation of the last pipe in the network.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double LastPipeElevation { get; set; }
VB
Public Property LastPipeElevation As Double Get Set
C++
public: property double LastPipeElevation { double get (); void set (double value); }