StructureSumpElevation Property

Gets or sets the sump elevation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double SumpElevation { get; set; }

Property Value

Double
Remarks
To set this property, the ControlSumpBy property must be set to ByElevation. If the elevation is set to a value that is higher than the lowest connected pipe invert, the structure elevation is actually set to the lowest pipe invert elevation. Therefore, code should not assume that the value assigned to this property is the actual elevation of the structure. Instead, the actual value should always be read first. Connected pipes are are not moved when the sump elevation or depth are set. To set the elevation above the invert of the lowest pipe, adjust the pipes to a higher elevation.
See Also