lixiaojun
2024-08-13 0e0709e63ed50093d09fb88ac1ea4eb9b5a37afc
Hydro/Yw.EPAnet.Core/02-hydraulic/HydraulicCore.cs
ÎļþÃû´Ó Hydro/Yw.EPAnet.Core/HydraulicCore.cs ÐÞ¸Ä
@@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using Yw.EPAnet;
namespace Yw.EPAcore.Core
{
@@ -677,12 +678,16 @@
        #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);
        }
        //        èŽ·å–é”™è¯¯ä¿¡æ¯