StructureCatchmentsRunoffCoefficient Property |
Gets or sets the weighted Runoff Coefficient of flow-in catchments.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic double CatchmentsRunoffCoefficient { get; set; }Public Property CatchmentsRunoffCoefficient As Double
Get
Set
public:
property double CatchmentsRunoffCoefficient {
double get ();
void set (double value);
}Property Value
Double
Exceptions
Remarks
This property is read-only if one or more catchments are connected to this
structure (Structure.ConnectedCatchmentIds.Count > 0).
See Also