CatchmentComponentSourceBoundaryGetValueWithoutDWF Method |
Not supported
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public override double GetValueWithoutDWF(
DateTime date
)
Public Overrides Function GetValueWithoutDWF (
date As DateTime
) As Double
public:
virtual double GetValueWithoutDWF(
DateTime date
) override
Parameters
- date
- Type: SystemDateTime
[Missing <param name="date"/> documentation for "M:DHI.Mike1D.BoundaryModule.CatchmentComponentSourceBoundary.GetValueWithoutDWF(System.DateTime)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.CatchmentComponentSourceBoundary.GetValueWithoutDWF(System.DateTime)"]
Implements
IBoundarySourceGetValueWithoutDWF(DateTime)See Also