StructureTailwaterCondition Property

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

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

Property Value

TailwaterConditionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the structure's StructureType is not Outfall.
See Also