StructureControlSumpBy Property |
Gets or sets how the sump should be adjusted.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic StructureControlSumpType ControlSumpBy { get; set; }
Public Property ControlSumpBy As StructureControlSumpType
Get
Set
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