CatchmentSCSRunoffData Property

Gets the SCS (Soil Conservation Service) runoff method data from the catchment. Provides access to SCS-specific parameters such as hydrograph shape type, shape factor, initial abstraction, and composite curve number.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public CatchmentRunoffSCS SCSRunoffData { get; }

Return Value

CatchmentRunoffSCS
Returns the SCS runoff data, or null if the SCS runoff method is not the active method on this catchment.
Remarks
The returned object references the catchment's current state. If the RunoffMethod is changed after obtaining this object, accessing its properties will throw InvalidOperationException. Check for null before use to verify the runoff method is active.
See Also