Select to view content in your preferred language

ConvertWebMapToArcGISProject Tool

491
0
08-05-2022 06:36 AM
gis_grow
Emerging Contributor

Hello,

I'm using with arcpy the tool ConvertWebMapToArcGISProject.

When i run the tool:

 

result = arcpy.mp.ConvertWebMapToArcGISProject(Web_Map_as_JSON, templatePagx, "Project")
aprx = result.ArcGISProject
m = aprx.listMaps()[0]

 

 

The result of listMap is a Object called 'Web Map'.

Is there any way to replace the name 'Web Map' with other name?

Thanks

 

 

Tags (1)
0 Kudos
0 Replies