Share

Structure.ControlSumpBy Property

Gets or sets how the sump should be adjusted.



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

Syntax

C#

public StructureControlSumpType ControlSumpBy { get; set; }

VB

Public Property ControlSumpBy As StructureControlSumpType
	Get
	Set

C++

public:
property StructureControlSumpType ControlSumpBy {
	StructureControlSumpType get ();
	void set (StructureControlSumpType value);
}

Property Value

StructureControlSumpType

Remarks

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

See Also

Reference

Was this information helpful?