LastPipeElevation Property

Gets or sets the elevation of the last pipe in the network.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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);
}

See Also