ChannelAverageLossCoefficient Property |
Gets/Sets the channel average loss coefficient.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double AverageLossCoefficient { get; set; }Public Property AverageLossCoefficient As Double
Get
Set
public:
property double AverageLossCoefficient {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| BackwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by upgrading the channel.
|
| ForwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by opening the drawing in a newer version of the product.
|
| ArgumentException |
Thrown when set value is less than 0.
|
See Also