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