SettingsCmdCreateCatchmentFromSurfaceSettingsCmdSheetFlowManningCoefficient Property |
Gets manning's coefficient of sheet flow.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyDouble ManningCoefficient { get; }
Public ReadOnly Property ManningCoefficient As PropertyDouble
Get
public:
property PropertyDouble^ ManningCoefficient {
PropertyDouble^ get ();
}
Property Value
PropertyDouble
Remarks
An ArgumentException will be thrown when the return value is set to value out of the interval [0.01,1.000].
See Also