public void Init() { mohidLandEngineWrapper = new MohidLandEngineWrapper(); System.Collections.Hashtable ht = new System.Collections.Hashtable(); ht.Add("FilePath", @"D:\MohidProjects\Studio\20_OpenMI\Sample Catchment\exe\nomfich.dat"); mohidLandEngineWrapper.Initialize(ht); }
public MohidLandLinkableComponent() { _engineApiAccess = new MohidLandEngineWrapper(); }
protected override void SetEngineApiAccess() { _engineApiAccess = new MohidLandEngineWrapper(); }