CatchmentSBUHRunoffData Property |
Gets the SBUH (Santa Barbara Urban Hydrograph) runoff method data from the catchment.
Provides access to SBUH-specific parameters such as composite curve number.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic CatchmentRunoffSBUH SBUHRunoffData { get; }Public ReadOnly Property SBUHRunoffData As CatchmentRunoffSBUH
Get
public:
property CatchmentRunoffSBUH^ SBUHRunoffData {
CatchmentRunoffSBUH^ get ();
}Return Value
CatchmentRunoffSBUH
Returns the SBUH runoff data, or null if the SBUH 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