DDoubleTimeVectorGetterBoxSources Property |
Sources of where to get values
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IList<Func<DateTime, double>> Sources { get; }
Public ReadOnly Property Sources As IList(Of Func(Of DateTime, Double))
Get
public:
property IList<Func<DateTime, double>^>^ Sources {
IList<Func<DateTime, double>^>^ get ();
}
Property Value
Type:
IListFuncDateTime,
DoubleSee Also