From the Layout view in ArcMap, there is an option when exporting a map to Clip Output to Graphics Extent.
I want like to be able to incorporate this in my Python script.
Jane
This is a very old idea and is available in both ArcMap and Pro.
ArcMap and Pro, the older style ExportToXXX methods have a property called {clip_to_elements}
For example, the Layout class: Layout—ArcGIS Pro | Documentation
In Pro we have a newer style export format objects, and a similar property called clipToElements is available to the export format when exporting a layout.
For example, PDFFormat: PDFFormat—ArcGIS Pro | Documentation
Jeff - arcpy.mp team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.