Hello,
Since I went to VB6 (to an old huge project), I could not find a way to get shapefile and layer handles:
layerHandle = axMap1.get_LayerHandle
sf = axMap1.get_Shapefile
I need to select some point shapes around the point shape located in the center of the screen, but all examples found on MapWinGIS website are using those methods…
Those two methods are NOT available. Is there a way around ?
Thanks,