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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic CatchmentRunoffSCS SCSRunoffData { get; }Public ReadOnly Property SCSRunoffData As CatchmentRunoffSCS
Get
public:
property CatchmentRunoffSCS^ SCSRunoffData {
CatchmentRunoffSCS^ 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