CatchmentRunoffSWMM Class

SWMM runoff method parameters.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesBaseCatchmentRunoffData
    Autodesk.Civil.DatabaseServicesCatchmentRunoffSWMM

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public sealed class CatchmentRunoffSWMM : BaseCatchmentRunoffData

The CatchmentRunoffSWMM type exposes the following members.

Properties
 NameDescription
Public propertyAverageSlope Gets/Sets the average slope.
Public propertyCurveNumberData Gets SCS Curve Number infiltration data. Only valid when InfiltrationMethod is SCSCurveNumber.
Public propertyEquivalentWidth Gets/Sets the equivalent width.
Public propertyGreenAmptData Gets Green-Ampt infiltration data. Only valid when InfiltrationMethod is GreenAmpt or ModifiedGreenAmpt.
Public propertyHortonData Gets Horton infiltration data. Only valid when InfiltrationMethod is Horton or ModifiedHorton.
Public propertyImperviousArea Gets/Sets the impervious area.
Public propertyImperviousDepressionStorageDepth Gets/Sets the impervious depression storage depth.
Public propertyImperviousManningsN Gets/Sets the impervious Manning's N.
Public propertyImperviousNoDepression Gets/Sets the impervious no depression percentage.
Public propertyInfiltrationMethod Gets/Sets the infiltration method.
Public propertyInternalRouting Gets/Sets the internal routing.
Public propertyMethodType Gets the runoff method type.
Public propertyPerviousDepressionStorageDepth Gets/Sets the pervious depression storage depth.
Public propertyPerviousManningsN Gets/Sets the pervious Manning's N.
Public propertyRoutingPercentage Gets/Sets the routing percentage.
Top
See Also