Gets or sets the distance between the sump to the structure’s rim.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when input value is less than zero.
|
System..::..InvalidOperationException |
The structure's type is not junction.
|
See Also