Gets or sets the sump elevation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double SumpElevation { get; set; }
Visual Basic
Public Property SumpElevation As Double
	Get
	Set
Visual C++
public:
property double SumpElevation {
	double get ();
	void set (double value);
}

Remarks

To set this property, the ControlSumpBy property must be set to ByElevation. If the elevation is set to a value that is higher than the lowest connected pipe invert, the structure elevation is actually set to the lowest pipe invert elevation. Therefore, code should not assume that the value assigned to this property is the actual elevation of the structure. Instead, the actual value should always be read first. Connected pipes are are not moved when the sump elevation or depth are set. To set the elevation above the invert of the lowest pipe, adjust the pipes to a higher elevation.

See Also