StructureTailwaterElevation Property |
Gets or sets the tailwater elevation for the structure which is an outfall.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic double TailwaterElevation { get; set; }Public Property TailwaterElevation As Double
Get
Set
public:
property double TailwaterElevation {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the structure's StructureType is not Outfall, or when setting
a value while TailwaterCondition is not TailwaterConditionType.Elevation.
|
See Also