Click or drag to resize

CatchmentComponentSourceBoundary Properties

The CatchmentComponentSourceBoundary type exposes the following members.

Properties
  NameDescription
Public propertyBoundaryID
ID of boundary
(Inherited from AbstractSourceBoundary.)
Public propertyBoundarySourceType
Not supported
(Overrides AbstractSourceBoundaryBoundarySourceType.)
Public propertyCatchmentIds
List of catchment ID's that this is attached to.
Public propertyCatchmentQuantity
Quantity of catchment flow that the component is related to.

Default is

Quantity.Create(PredefinedQuantity.TotalRunOff)
though by changing this, the component can be attached to NetRainfall or OverlandFlow or similar.

Public propertyComponents
A list of all components sources attached to the source. Each component may have more than one entry in this list.
(Inherited from AbstractSourceBoundary.)
Public propertyItems
A list of all items attached to the source
(Inherited from AbstractSourceBoundary.)
Public propertyModifier
A modifier that you can assign run-time to the setup, to handle e.g. putting noise to the model or in other ways change the value.

Default is null

The value is provided in the engine unit and must be returned in the engine unit.

(Inherited from AbstractSourceBoundary.)
Top
See Also