Select to view content in your preferred language

Open a Custom Dialog box when click on features

222
4
Jump to solution
2 weeks ago
SaiPeketi
Occasional Contributor

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.

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor
0 Kudos
4 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

You can find more samples in ArcGIS Pro SDK Community samples github. Try InspectorTool sample.

0 Kudos
SaiPeketi
Occasional Contributor

@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.

0 Kudos
UmaHarano
Esri Regular Contributor

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.

SaiPeketi
Occasional Contributor

Hi @UmaHarano , Thanks for the suggestion. It's resolved now.

0 Kudos