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