Dear,
I am loading a tab file with TabFileFutureLayer. It loaded successfully. But some points I am briefing below:
1. When I am loading a tab file, which displayed by point style, it shows 2 points, when I am trying to zoom these points, one is working but not another. It should display only one point.
2. When I am trying to zoom a layer on certain lavel automatically and also center of screen, after tab file loaded, its not working for me.
3. By defualt my tab file loaded with point style with help of following code
Dim customPointStyle as Style = new PointStyle(PointSymbolType.Star, New GeoSolidBrush(GeoColor.StandardColors.Red),10)
Its working for me. Now on button click I chaged style with following code
Dim customPointStyle as Style = new PointStyle(PointSymbolType.Circle, New GeoSolidBrush(GeoColor.StandardColors.Red),5)
winformsMap1.Refresh()
It also working and replaced star into circle with new font size, but not refreshed properly, it showing the shadow of star, it can be viewed by zoom.
Please guide to solve the problem.
Regards
Sanjay