We are calling map.ImportShapeLayerData() several times to add multiple layers imported from a GeoRSS file.
I am looking for a way to loop through all layers, and then for each layer, loop through all the shapes/pinpoints and retrieve the GeoRSS latitude and longitude coordinates and store them in an array.
Any ideas on how to loop through every layer and then every shape in that layer Thanks!