Gets or sets the distance between the sump to the structure’s rim.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double RimToSumpHeight { get; set; }
VB
Public Property RimToSumpHeight As Double Get Set
C++
public: property double RimToSumpHeight { double get (); void set (double value); }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when input value is less than zero. |
| InvalidOperationException | The structure's type is not junction. |
