Gets or sets the distance between the sump to the structure’s rim.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double RimToSumpHeight { get; set; }
Visual Basic
Public Property RimToSumpHeight As Double
Get
Set
Visual C++
public: property double RimToSumpHeight { double get (); void set (double value); }
Remarks
This property is for junction structures only.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when input value is less than zero. |
System.InvalidOperationException | The structure's type is not junction. |