Gets or sets the elevation of the last pipe in the network.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }