Arcpy - mxd.dataDrivenPages.exportToPDF can not enable "show selection symbology"

732
1
06-19-2012 10:17 AM
BerkleyMyers
New Contributor II
Does anyone know if the python equivalent functionality exists for "showing selection symbology", relating to the data driven pages export to pdf method? There is a check box for enabling this setting in the file/export map/pages tab, but I do not see that functionality on the arcpy side. Any insight would be helpful. Thanks

Berkley
Tags (2)
0 Kudos
1 Reply
JeffBarrette
Esri Regular Contributor
It was added at 10.1.  It is the last parameter and is called show_selection_symbology.

exportToPDF (out_pdf, {page_range_type}, {page_range_string}, {multiple_files}, {resolution}, {image_quality}, {colorspace}, {compress_vectors}, {image_compression}, {picture_symbol}, {convert_markers}, {embed_fonts}, {layers_attributes}, {georef_info}, {jpeg_compression_quality}, {show_selection_symbology})


Jeff
0 Kudos