CatchmentRunoffSCS Class

SCS (Soil Conservation Service) runoff method parameters.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesBaseCatchmentRunoffData
    Autodesk.Civil.DatabaseServicesCatchmentRunoffSCS

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

The CatchmentRunoffSCS type exposes the following members.

Properties
 NameDescription
Public propertyCompositeCurveNumber Gets/Sets the composite curve number.
Public propertyInitialAbstractionDepth Gets/Sets the initial abstraction depth. Only valid when InitialAbstractionType is Depth.
Public propertyInitialAbstractionFraction Gets/Sets the initial abstraction fraction. Only valid when InitialAbstractionType is Fraction.
Public propertyInitialAbstractionType Gets/Sets the initial abstraction type.
Public propertyMethodType Gets the runoff method type.
Public propertyShapeFactor Gets/Sets the shape factor.
Public propertyShapeType Gets/Sets the hydrograph shape type.
Top
See Also