How can I show the identify of a feature in ArcMap own identify window?

4081
1
03-04-2015 03:05 AM
LiJunchao
New Contributor

Hi,

I would like to show the identify of a IFeatureLayer in ArcMap's Identify window.

I had used IdentifyDialog to create a custom dialog to show the identify,

but it seems that the ArcMap's identify window has more functionality then custom dialog.

So I wonder that if I can use some method to open ArcMap's identify window.

Thanks,

Li

Tags (1)
0 Kudos
1 Reply
seria
by Esri Contributor
Esri Contributor

You can call the ArcMap Identify Tool command programmatically by using the following GUID/Class ID

{CF605583-AEA3-41D8-9464-DDD1905243D9}

esriControls.ControlsMapIdentifyTool

See the following list for a list of the ArcMap Command GUIDs:

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s0000...

See the following code snippet for an example on how to call an ArcMap command programmatically:

ArcObjects Help for .NET developershttp://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execut...

0 Kudos