Select to view content in your preferred language

Address Data Management Solution Map Tips

140
2
3 weeks ago
bbaker_tngeo
New Contributor III

In ArcMap, using the Attribute Assistant/Address Editing tools workflow, I used to have the ability to hover over a Road Centerline and the MapTip would show the calculated address number based on where the mouse hovered over a road segment.

I'm migrating to the Address Data Management Solution using ArcGIS Pro and had a user request that functionality. However, I don't see that ability in the sample data that ships with the solution. Does anyone know if this is possible? @ChrisFox 

bbaker_tngeo_0-1720475250045.png

 

0 Kudos
2 Replies
ChrisFox
Esri Regular Contributor

@bbaker_tngeo, We implemented this in the ArcMap solution via an add-in and the custom construction tool included with the add-in. In the Pro solution we are using attribute rules to get the same editing behavior and this custom map tip is not possible via attribute rules.

I believe it is possible with the Pro SDK and an add-in. I would start with this sample on creating your own construction tool:

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/ConstructionTool

Then I believe you could use this SketchTipEmbeddableControl property:

https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic76360.html

bbaker_tngeo
New Contributor III

Thank you Chris. I'll give that a try.

0 Kudos