C# Класс BesAsm.Swsp.PacSizingTool.Catchment

The impervious drainage area upstream of a facility
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DefaultImportedMediumInfiltrationInchesPerHour double
MaxNativeInfiltrationInchesPerHour double

Открытые методы

Метод Описание
Catchment ( string name ) : System

Constructs a new Catchment object

CorrectionFactor ( ) : double

Correction factor applied to tested infiltration rate

Описание методов

Catchment() публичный Метод

Constructs a new Catchment object
public Catchment ( string name ) : System
name string The name of the Catchment
Результат System

CorrectionFactor() публичный Метод

Correction factor applied to tested infiltration rate
public CorrectionFactor ( ) : double
Результат double

Описание свойств

DefaultImportedMediumInfiltrationInchesPerHour публичное статическое свойство

The default value for imported medium infiltration rate
public static double DefaultImportedMediumInfiltrationInchesPerHour
Результат double

MaxNativeInfiltrationInchesPerHour публичное статическое свойство

The maximum allowable value for native soil infiltration rate
public static double MaxNativeInfiltrationInchesPerHour
Результат double