ISourcePointAddSourcePerAreaContribution Method |
Note: This API is now obsolete.
Add a contribution per area unit to the source.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Will be removed in future releases, replaced by more source quantity types")]
double AddSourcePerAreaContribution(
double val
)
<ObsoleteAttribute("Will be removed in future releases, replaced by more source quantity types")>
Function AddSourcePerAreaContribution (
val As Double
) As Double
[ObsoleteAttribute(L"Will be removed in future releases, replaced by more source quantity types")]
double AddSourcePerAreaContribution(
double val
)
Parameters
- val
- Type: SystemDouble
Value per area to add to source
Return Value
Type:
DoubleActual value added
See Also