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); }