I work in arcpy for ArcMap and do MakeFeatureLayer with some expression.
Then I need to find the extent of this layer.
Describe on the layer name gives the original extent (without the query)
I know I can do a search cursor and union the extent of all features but I would like to avoid it.
I can also do a CopyFeatures but this will create extra layer.
Any other ideas?
Thanks