Quantcast
Viewing all articles
Browse latest Browse all 2341

Closed Issue: MapWinGIS.Point.Key property - lost then point is added to the shape [19734]

Hello!
 
If I create new object of MapWinGis.Point class and assign some value to the shape point “Key” property - the last one is stored. But if I add this point to the shape points collection then I don’t see that this property is remembered. Long time ago it was working fine and the property allowed to keep some references to the external data structures.
 
Also if I use following code below to obtain the point data and assign the “Key” property value – then it doesn’t work either:
shape.get_Point(i).Key = “ttt”.
 
I have checked the latest activeX control code and found that this point property is ignored then the point is added to the data collection. (shape file feature points)
 
Could you advise if this property is not in using anymore or perhaps I don’t use it correctly?
 
If do the same things to the MapWinGIS.Shape class, create an object assign "Key" value and add it to the shape collection into the shape file - then it is working fine.
 
Thanks,
Igor.
Comments: Point.Key isn't stored in fast mode. So it functions as designed.

Viewing all articles
Browse latest Browse all 2341

Trending Articles