@@ -837,7 +837,8 @@ namespace OTSDataType
semPos.X = (int)semP.X;
semPos.Y = (int)semP.Y;
p.SetSEMPos(semPos);
- p.SetFieldOTSPos(GetOTSPosition());
+ var otspos = GetOTSPosition();
+ p.SetFieldOTSPos(new Point((int)otspos.X,(int)otspos.Y));
}