<?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: Adding frameworkelement to a graphicoverlay in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191013#M2244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="direction: ltr;"&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;Anyone else knows how can I achieve it in 3D?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 05:56:35 GMT</pubDate>
    <dc:creator>רניפישר</dc:creator>
    <dc:date>2017-07-25T05:56:35Z</dc:date>
    <item>
      <title>Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191009#M2240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm wondering if there is a way to add a frameworkelement(custom user control) and add it to be as part of one of the graphicoverlays in the project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I'm using just the X, Y coordinates to add the usercontrol and draw it over the map(just overlapping it).&lt;/P&gt;&lt;P&gt;is there any other way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191009#M2240</guid>
      <dc:creator>רניפישר</dc:creator>
      <dc:date>2017-07-18T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191010#M2241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to add as an item in the MapView:Overlays collection not in a GraphicsOverlay collection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;GeoView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;SetViewOverlayAnchor&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;popupView&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Location&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
MapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Overlays&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Items&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;popupView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where popupView is a UserControl. &amp;nbsp;Positioning is a little tricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191010#M2241</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2021-12-11T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191011#M2242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forgot to mention that I'm using a 3D map(SceneView) and not the 2D map(MapView). is there any way to do it for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 20:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191011#M2242</guid>
      <dc:creator>רניפישר</dc:creator>
      <dc:date>2017-07-24T20:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191012#M2243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I have not done anything with SceneView only 2D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 00:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191012#M2243</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2017-07-25T00:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191013#M2244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="direction: ltr;"&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;Anyone else knows how can I achieve it in 3D?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191013#M2244</guid>
      <dc:creator>רניפישר</dc:creator>
      <dc:date>2017-07-25T05:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding frameworkelement to a graphicoverlay</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191014#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's long time ago, and I have no idea until when, but now it also works for a SceneView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 16:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-frameworkelement-to-a-graphicoverlay/m-p/191014#M2245</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2019-05-16T16:36:00Z</dc:date>
    </item>
  </channel>
</rss>

