Browse Source

修改COTSProjMgrFile中方法错误

sunyi 5 years ago
parent
commit
f1b3f8fed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTS/OTSModelSharp/Measure/GetParam/COTSProjMgrFile.cs

+ 1 - 1
OTS/OTSModelSharp/Measure/GetParam/COTSProjMgrFile.cs

@@ -359,7 +359,7 @@ namespace OTSModelSharp
             }
             List<System.Drawing.Point> completedflds = new List<System.Drawing.Point>();
 
-            CIncAFileMgr IncADataDBs = m_IncAFileMgr.GetIncADB();
+            CIncADataDB IncADataDBs = m_IncAFileMgr.GetIncADB();
             m_IncADataDB.GetAllFieldsRecord(ref allFlds);
             CSegmentDB SegmentDB = m_IncAFileMgr.GetSegmentDB();
             double msrFldsArea = 0;