Hi,
I'm new to the ArcGIS Pro SDK for .net development. I find the example for Identify tool(https://developers.arcgis.com/documentation/arcgis-pro-sdk/tutorials/build-a-map-identification-tool...) to open a message box with custom popup but i want to open a custom dialog box instead of popup box.
Thanks in advance any suggestion/help.
Solved! Go to Solution.
Hi,
You can find more samples in ArcGIS Pro SDK Community samples github. Try InspectorTool sample.
Hi,
You can find more samples in ArcGIS Pro SDK Community samples github. Try InspectorTool sample.
@GKmieliauskas Thanks for sharing the links. I don't found any example related to map on click. I got all the examples related to draw sketch.
Thanks for the help.
Hi @SaiPeketi
The sketch geometry in your tool can be any geometry type - point (which is a single click when you interact with the mapview), polygon, circle, etc.
Hi @UmaHarano , Thanks for the suggestion. It's resolved now.