Select to view content in your preferred language

Getting template from mxd file

238
2
03-14-2023 07:05 AM
Darkee
by
New Contributor

I was trying to find how to get template from mxd file with Arcpy, and I couldn't find how.

Is it possible and how can I do it ?

Thank you

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

what type of template?

many templates don't exist in arcmap (and its arcpy) that do in Pro

ArcGISProject—ArcGIS Pro | Documentation is an example is you have a project template, using arcpy in Pro


... sort of retired...
0 Kudos
Darkee
by
New Contributor

I'm trying to get a layout template file(.mxt) through python, I can load the mxd through MapDocument, but I'm unable to find how to get the mxd's layout, so i could maybe get the layout's template from that

0 Kudos