<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I show the identify of a feature in ArcMap own identify window? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-show-the-identify-of-a-feature-in-arcmap/m-p/280806#M7256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call the ArcMap Identify Tool command programmatically by using the following GUID/Class ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{CF605583-AEA3-41D8-9464-DDD1905243D9}&lt;/P&gt;&lt;P&gt;esriControls.ControlsMapIdentifyTool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following list for a list of the ArcMap Command GUIDs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following code snippet for an example on how to call an ArcMap command programmatically:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/"&gt;ArcObjects Help for .NET developers&lt;/A&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 01:46:07 GMT</pubDate>
    <dc:creator>seria</dc:creator>
    <dc:date>2016-07-14T01:46:07Z</dc:date>
    <item>
      <title>How can I show the identify of a feature in ArcMap own identify window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-show-the-identify-of-a-feature-in-arcmap/m-p/280805#M7255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to show the identify of a IFeatureLayer in ArcMap's Identify window.&lt;/P&gt;&lt;P&gt;I had used IdentifyDialog to create a custom dialog to show the identify,&lt;/P&gt;&lt;P&gt;but it seems that the ArcMap's identify window has more functionality then custom dialog.&lt;/P&gt;&lt;P&gt;So I wonder that if I can use some method to open ArcMap's identify window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-show-the-identify-of-a-feature-in-arcmap/m-p/280805#M7255</guid>
      <dc:creator>LiJunchao</dc:creator>
      <dc:date>2015-03-04T11:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show the identify of a feature in ArcMap own identify window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-show-the-identify-of-a-feature-in-arcmap/m-p/280806#M7256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call the ArcMap Identify Tool command programmatically by using the following GUID/Class ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{CF605583-AEA3-41D8-9464-DDD1905243D9}&lt;/P&gt;&lt;P&gt;esriControls.ControlsMapIdentifyTool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following list for a list of the ArcMap Command GUIDs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/ArcMap_commands/00010000029s000000/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following code snippet for an example on how to call an ArcMap command programmatically:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/"&gt;ArcObjects Help for .NET developers&lt;/A&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/Find_Command_and_Execute_Snippet/0049000000n0000000/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 01:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-show-the-identify-of-a-feature-in-arcmap/m-p/280806#M7256</guid>
      <dc:creator>seria</dc:creator>
      <dc:date>2016-07-14T01:46:07Z</dc:date>
    </item>
  </channel>
</rss>

