Hi,
I have a 2D Map and a point feature class. I would like to create bookmarks for each point in the feature class which I can then use in a time animation. I've looked at the Bookmark—ArcPy | ArcGIS Desktop classes however this only discusses how to work with existing bookmarks not creating new ones through python. Does anyone know if this is possible?
Thanks
No... you can use existing bookmarks in Pro and ArcMap through arcpy. You can't create them
This came up in a similar question yesterday.
https://community.esri.com/message/730584-adding-a-bookmark-with-python
Hello, Cant you use "Spatial map series" insted?
https://pro.arcgis.com/en/pro-app/latest/help/layouts/create-a-map-series.htm
I implemented this functionality in a Toolbox: https://community.esri.com/t5/arcgis-pro-questions/create-bookmarks-from-features/m-p/1299420