DDoubleVectorGetSetBoxSources Property  | 
 
            Sources of where to get/set values
            
 
    Namespace: 
   DHI.Mike1D.Generic
    Assembly:
   DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IList<IDoubleGetSet> Sources { get; }Public ReadOnly Property Sources As IList(Of IDoubleGetSet)
	Get
public:
property IList<IDoubleGetSet^>^ Sources {
	IList<IDoubleGetSet^>^ get ();
}Property Value
Type: 
IListIDoubleGetSet
See Also