Gets or sets how the sump should be adjusted.

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

Syntax

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

Remarks

Set to aeccElevation to modify the sump's elevation when you modify the pipe structure's elevation with the SumpElevation property.

See Also