ÎļþÃû´Ó Hydro/Yw.EPAnet.Core/HydraulicCore.cs ÐÞ¸Ä |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using Yw.EPAnet; |
| | | |
| | | namespace Yw.EPAcore.Core |
| | | { |
| | |
| | | #region å
¶ä» |
| | | |
| | | |
| | | // è·å管ç½å
ä»¶æ° |
| | | |
| | | public int getcount(int countcode, ref int count) |
| | | /// <summary> |
| | | /// è·å管ç½å
ä»¶æ° |
| | | /// </summary> |
| | | public int GetCount(eCountType countType, ref int count) |
| | | { |
| | | if (!isWaterModelCalc) return 0; |
| | | return HydraulicCoreBase.ENgetcount22(projectID, countcode, ref count); |
| | | if (!isWaterModelCalc) |
| | | { |
| | | return 0; |
| | | } |
| | | return HydraulicCoreBase.ENgetcount22(projectID, (int)countType, ref count); |
| | | } |
| | | |
| | | // è·åéè¯¯ä¿¡æ¯ |