GriddedValueBoundarySourceGetValue Method (Int32, DateTime) | 
 
            Not supported
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double GetValue(
	int boundarySourceComponentIndex,
	DateTime date
)
Public Function GetValue ( 
	boundarySourceComponentIndex As Integer,
	date As DateTime
) As Double
public:
virtual double GetValue(
	int boundarySourceComponentIndex, 
	DateTime date
) sealed
Parameters
- boundarySourceComponentIndex
 - Type: SystemInt32
[Missing <param name="boundarySourceComponentIndex"/> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBoundarySource.GetValue(System.Int32,System.DateTime)"]
 - date
 - Type: SystemDateTime
[Missing <param name="date"/> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBoundarySource.GetValue(System.Int32,System.DateTime)"]
 
Return Value
Type: 
Double[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBoundarySource.GetValue(System.Int32,System.DateTime)"]
Implements
IBoundaryWithComponentsGetValue(Int32, DateTime)
See Also