Mike1DDataStatestartInfos Property  | 
 
            List of statestart files, prioritized, the first one being
            tried first.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic List<StatestartInfo> StatestartInfos { get; set; }Public Property StatestartInfos As List(Of StatestartInfo)
	Get
	Set
public:
property List<StatestartInfo^>^ StatestartInfos {
	List<StatestartInfo^>^ get ();
	void set (List<StatestartInfo^>^ value);
}Property Value
Type: 
ListStatestartInfo
See Also