Parcourir la source

LOW_COUNT ClassifyId 设为4

cxs il y a 1 an
Parent
commit
40fa80dc25

+ 1 - 0
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

@@ -490,6 +490,7 @@ namespace OTSModelSharp
                 {
 
                     particle.SetType((int)OTS_PARTICLE_TYPE.LOW_COUNT);
+                    particle.SetClassifyId((int)OTS_PARTICLE_TYPE.LOW_COUNT);
                     particle.SetTypeColor("#000000");
                     particle.SetTypeName("LowCounts");
                     return true;