|
POST
|
@Jimmy_Simpson I did see your code and support may have given you that information because I provided it to them. It works for me. I don't know of another work around. Jeff
... View more
10-06-2022
03:10 PM
|
0
|
0
|
3001
|
|
POST
|
This issue has been addressed and we hope to include it in a 3.0 patch (targeting 3.0.4). I was able to use the following as a work around to force a refresh. Layout lyt = LayoutView.Active.Layout; await QueuedTask.Run(() => { Element elm = lyt.FindElement("Picture"); var pic = elm as PictureElement; var pic_URL = pic.SourcePath; string imagePathNew = @"C:\Active\Layout\SDK\BUGS\BUG-000151182\sample.png"; pic.SetSourcePath(imagePathNew); //Force layout refresh var lyt_cim = lyt.GetDefinition(); lyt.SetDefinition(lyt_cim); }); Jeff - Layout and arcpy.mp teams.
... View more
10-06-2022
10:01 AM
|
0
|
2
|
3007
|
|
IDEA
|
@taylor can you please provide more information. Can I see more of the script? Are you running it from a script tool, the Python Window? I can NOT reproduce your scenario, I'll need more information. Jeff - Layout and arcpy.mp teams
... View more
10-05-2022
04:06 PM
|
0
|
0
|
6639
|
|
IDEA
|
Bahram-Jomehzadeh WOW, how did you get that release? We are currently developing 3.1, 3.0 should be the current release. We won't change the status of this idea to "implemented" until 3.1 is released. Jeff - layout and arcpy.mp teams.
... View more
09-30-2022
04:53 PM
|
0
|
0
|
3093
|
|
IDEA
|
This won't be addressed for arcpy.mapping (ArcMap) but we do plan to add it to arcpy.mp (Pro). Time for stand-alone tables was just made available at 3.0. We hope to make it available in the near term. Adding members similar to Layer like isTimeEnabled and enableTime() makes good sense. Jeff - arcpy.mp and Layout teams.
... View more
09-30-2022
03:21 PM
|
0
|
0
|
1949
|
|
IDEA
|
I realize this is an old request. Can you please clarify the workflow and provide example of what you are trying to do? We won't make new arcpy.mapping changes to ArcMap but if this is still a requirement for ArcGIS Pro, please provide more detail. Jeff - arcpy.mp and Layout teams
... View more
09-30-2022
02:34 PM
|
0
|
0
|
929
|
|
IDEA
|
This is something we implemented for ArcGIS Pro 3.1. Jeff - Layout and arcpy.mp teams
... View more
09-30-2022
02:32 PM
|
0
|
0
|
1946
|
|
IDEA
|
I realize this is really old so I'm going to close it. This is something we can't address with Python in ArcGIS Pro since Addins are not supported. A tool like this could be built using the .Net SDK. Jeff - Layout and arcpy.mp teams
... View more
09-30-2022
02:27 PM
|
0
|
0
|
486
|
|
IDEA
|
This is something we plan to implement. Hopefully for ArcGIS Pro 3.1 Jeff - Layout and arcpy.mp teams
... View more
09-30-2022
02:23 PM
|
0
|
0
|
2499
|
|
IDEA
|
Hello Bob, I know this is an old post and you may have discovered the solution by now. arcpy.mp Map.exportToMAPX() has been available for a while now. We don't have API calls to update the internals of a MAPX or PAGX but you can use ArcGISProject.importDocument(), make the changes using the API and then export back to the same MAPX or PAGX. I hope this helps, Jeff - layout and arcpy.mp teams
... View more
09-30-2022
01:52 PM
|
0
|
0
|
823
|
|
IDEA
|
This is planned for Pro 3.1. We have a new ArcGISProject.createMap() function. Jeff - Layout and arcpy.mp teams
... View more
09-26-2022
09:47 AM
|
0
|
0
|
3113
|
|
IDEA
|
This is something we definitely want to address but it will take time. Arcpy.mp has definitely grown beyond the capabilities of arcpy.mapping (for ArcMap). At 3.1 we are adding some content management operations like ArcGISProject.createMap(), ArcGISProject.deleteItem() / ArcGISProject.copyItem() - for maps, layouts, and reports, and ArcGISProject.updateFolderConnections(). We didn't add createLayout because there is no point in creating a layout when we also can't create all the possible layout elements. It will come in time. At least with Pro 3.1 you'll be able to copy and existing layout and make modifications. Currently, you can also export a layout to PAGX and import it to essentially make a copy. Jeff - Layout and arcpy.mp teams
... View more
09-26-2022
09:45 AM
|
0
|
0
|
4350
|
|
IDEA
|
There are no plans to implement a toolbox tool to generate bookmarks from features BUT we do plan on expanding the arcpy.mp API to allow you to create and update bookmarks using Python. Will this be an acceptable alternative? Caution - I would be concerned with creating bookmarks from feature extents if there are a large number of features, 100's, 1000's or even more. Our goal is to implement a near term arcpy.mp alternative (currenting planning for Pro 3.2)
... View more
09-26-2022
09:35 AM
|
0
|
0
|
2443
|
|
IDEA
|
This is something we want to address near term. The current plan is for Pro 3.2.
... View more
09-26-2022
09:31 AM
|
0
|
0
|
4246
|
|
IDEA
|
Setting the page size in arcpy.mapping (for ArcMap layouts) will not be implemented. It is implemented as part of arcpy.mp in ArcGIS Pro. The Layout Object has a pageUnits, pageHeight, and pageWidth properties. https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layout-class.htm Jeff - Layout and arcpy.mp teams
... View more
09-26-2022
09:27 AM
|
0
|
0
|
875
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-05-2025 11:20 AM | |
| 3 | 06-05-2025 09:21 AM | |
| 1 | 05-14-2025 01:19 PM | |
| 2 | 04-24-2025 07:54 AM | |
| 1 | 03-15-2025 07:19 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|