Trying to combine DataFrameTime object with the ExportReports function

المشرف العام

Administrator
طاقم الإدارة
using python in ArcGIS, I'm trying to combine the ExportReports function with the DataFrameTime object. For every date interval, an image of the Layoutview is exported and all the visible layers are supposed to be saved in the report.I am able to get the images to match the dates, however the report doesn't change and just adds all the files to the report including those not visible in the current time frame.


pageCount = 1
while df.time.currentTime
 
أعلى