Gets or sets how the sump should be adjusted.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }