StructureRimToSumpHeight Property

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.292
Syntax
public double RimToSumpHeight { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
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