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.8.0.292
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
ExceptionsException | 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