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