StructureTailwaterElevation Property

Gets or sets the tailwater elevation for the structure which is an outfall.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public double TailwaterElevation { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the structure's StructureType is not Outfall, or when setting a value while TailwaterCondition is not TailwaterConditionType.Elevation.
See Also