PipeManningCoefficient Property |
Gets the manning coefficient
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double ManningCoefficient { get; }Public ReadOnly Property ManningCoefficient As Double
Get
public:
property double ManningCoefficient {
double get ();
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when pipe does not have manning coefficient.
|
See Also