The Extent geoprocessing environment setting documentation here:
https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/output-extent.htm
lists "Same as Display" under the dialog syntax, but not under the scripting syntax. I am building a script tool that requires "Same as Display" to be set as a default.
Could someone share a snippet of code that demonstrates how I would set arcpy.env.extent to get the same effect as setting "Same as Display" in the dialog window?