Hello All,
found following issue: if create new MapWinGIS.Shape object (type of polygon) and add few points - then I can see that polygon1 has one single part which has been added automatically, but if I use option to create a copy of this polygon1 (as shown below), then I see that polygon2 has 0 parts!
MapWinGIS.Shape polygon1 = new MapWinGIS.Shape();
Polygon.CreateNew …
//Then add points….
MapWinGIS.Shape polygon2 = polygon.Clone() ;
Comments: Resolved earlier.
found following issue: if create new MapWinGIS.Shape object (type of polygon) and add few points - then I can see that polygon1 has one single part which has been added automatically, but if I use option to create a copy of this polygon1 (as shown below), then I see that polygon2 has 0 parts!
MapWinGIS.Shape polygon1 = new MapWinGIS.Shape();
Polygon.CreateNew …
//Then add points….
MapWinGIS.Shape polygon2 = polygon.Clone() ;
Comments: Resolved earlier.