<?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: Identify Multipatch AGX in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487131#M2976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Juraj, &lt;BR /&gt;&lt;BR /&gt;if you need identify multipatch uninstall 1750 and install 1700. 1750 was a minor release, so no problem sticking with 1700 for some time. &lt;BR /&gt;&lt;BR /&gt;Popup windows: what you are trying to do goes beyond capabilities of ArcGIS Explorer SDK, but take a look at this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify"&gt;http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You "could" set layer's popup state, though it is a hidden property, thus not supported by ESRI, and it could be broken in the future releases. You'd need to call: &lt;BR /&gt;&lt;BR /&gt;featureLayer.PopupProperties.PopupType = PopupLayerType.None&lt;BR /&gt;&lt;BR /&gt;setting it back: PopupLayerType.PopupFields or PopupLayerType.PopupHyperlink&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hi andriy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried to uninstal 1750 and take back 1700...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and identify doesnt work..!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 11:23:56 GMT</pubDate>
    <dc:creator>JurajMalega</dc:creator>
    <dc:date>2011-10-25T11:23:56Z</dc:date>
    <item>
      <title>Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487125#M2970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a problem with identify multipatches in agx 1750.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas how to show some attributes of multipatch afterClick???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know the way through the Pop-up window, but i would like to create my own add-in, like button which i clik and after that i clik on multipatch and get informations from multipatch...I wanna use that informations in other function...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 12:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487125#M2970</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-10-19T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487126#M2971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Juraj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it looks that identify for multipatch is broken in 1750. Thank you letting us know. We will fix it for the next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 21:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487126#M2971</guid>
      <dc:creator>AndreiIvanov</dc:creator>
      <dc:date>2011-10-19T21:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487127#M2972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andriy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your response...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i realy need to identify or get informations about multipatches....please can you help with some steps thrue this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i post another thread on forum yesterday about Popup windows...but no response till now...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is some way how to disable Popup in SDK, and allow it from my Button Addin?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i don´t wanna use Popup like left clik in AGX, but i need my own Button, which i push and after that i can call Popup window...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas please??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Juraj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 06:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487127#M2972</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-10-20T06:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487128#M2973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Juraj, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you need identify multipatch uninstall 1750 and install 1700. 1750 was a minor release, so no problem sticking with 1700 for some time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Popup windows: what you are trying to do goes beyond capabilities of ArcGIS Explorer SDK, but take a look at this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify"&gt;http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You "could" set layer's popup state, though it is a hidden property, thus not supported by ESRI, and it could be broken in the future releases. You'd need to call: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;featureLayer.PopupProperties.PopupType = PopupLayerType.None&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;setting it back: PopupLayerType.PopupFields or PopupLayerType.PopupHyperlink&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 22:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487128#M2973</guid>
      <dc:creator>AndreiIvanov</dc:creator>
      <dc:date>2011-10-20T22:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487129#M2974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello andryi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your advice, it helps very well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i have another problem. I need to my own Popup design, like i can change it when i use LayerPackage with XSL syntax. I would like to call PopupLayerType.PopupFields, but with XSL design. Is it possible to call programatically XSL from hard drive or tkae it directly to the code?? i need it because in xml i wanna write javascript which saves some attribute on hard drive (in txt), and after that i use that attribute in DockWindow and finally i "identify" Multipatch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Juraj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 07:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487129#M2974</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-10-24T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487130#M2975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have one more question...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is some way how to take out buttons in popup window and use my own buttons there??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see attached file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 13:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487130#M2975</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-10-24T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Multipatch AGX</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487131#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Juraj, &lt;BR /&gt;&lt;BR /&gt;if you need identify multipatch uninstall 1750 and install 1700. 1750 was a minor release, so no problem sticking with 1700 for some time. &lt;BR /&gt;&lt;BR /&gt;Popup windows: what you are trying to do goes beyond capabilities of ArcGIS Explorer SDK, but take a look at this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify"&gt;http://forums.arcgis.com/threads/21294-how-to-create-identify-tool.......?highlight=identify&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You "could" set layer's popup state, though it is a hidden property, thus not supported by ESRI, and it could be broken in the future releases. You'd need to call: &lt;BR /&gt;&lt;BR /&gt;featureLayer.PopupProperties.PopupType = PopupLayerType.None&lt;BR /&gt;&lt;BR /&gt;setting it back: PopupLayerType.PopupFields or PopupLayerType.PopupHyperlink&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hi andriy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried to uninstal 1750 and take back 1700...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and identify doesnt work..!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 11:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/identify-multipatch-agx/m-p/487131#M2976</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-10-25T11:23:56Z</dc:date>
    </item>
  </channel>
</rss>

