Hello,
I'm trying to export feature map by using python.
I have a polyline feature layer and point feature layer. I use "Grid Index Features" to make 100mX100m grids to clip the feature layers. Than I use "export map" to export png images. Just like the image below.

But than I have a problem. I have over 5000 gridded feature layers and by using "export map", I need too many time to export it. How could I export 5000 gridded feature layers to image by using python? and Is it possible to specify pixels when extracting as an image and extract them on a scale of 1:200 when extracting?