Click or drag to resize

CatchmentModifierInfo Properties

The CatchmentModifierInfo type exposes the following members.

Properties
  NameDescription
Public propertyCatchmentId
Id of catchment to apply modifier to
Public propertyModifier
Modifier, that applies the actual value modification
Public propertyQuantity
Quantity to apply modifier to

Use e.g. one of

Quantity.Create(PredefinedQuantity.TotalRunOff);
Quantity.Create(PredefinedQuantity.CatchmentDischarge);
Quantity.Create(PredefinedQuantity.NetRainfall);

Top
See Also