StructureSumpDepth Property |
Gets or sets the sump depth.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double SumpDepth { get; set; }Public Property SumpDepth As Double
Get
Set
public:
property double SumpDepth {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when input value is less than zero.
|
See Also