ArcObjects replacement

201
0
01-30-2024 07:05 AM
CarlosPiccirillo2
New Contributor II

Hi everyone, I have an ArcObjects standalone application that works outside of ArcMap to create automated maps. Basically the code works as follows:

1. Load pre-created template (mxd) that has static items, North arrow, etc., Load base layers, image, roads, canals, etc.

2. Read Access database to determine which permits were entered that day.

3. Create and load layer containing feature of each permit needing to be mapped from source SDE layer and zoom into it.

4. Turn on desired layers, roads, canals, permit boundary, etc. and export map as a pdf file. Remove permit polygon layer to reset template and go to next item on the list from Access.

This code was created with ArcObjects 10.8. Since ArcMap/ArcObjects is going away, I need to convert this to something else to continue to use it. From what I have read, that seems to be ArcGIS Runtime SDK for .NET but it appears that itself is being replaced by ArcGIS Maps???

Any help in how to replace this code would be appreciated.

Thanks, Carlos

0 Kudos
0 Replies