<?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: Graphics Priority in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407559#M4835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gonzalo,&lt;/P&gt;&lt;P&gt;The `GraphicsOverlays` collection also has methods to&amp;nbsp;manage the order of the `GraphicsOverlays` it contains (Add, Insert, Move, Remove, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a `GraphicsOverlay`, you can also set a z-index property on individual graphics. A&amp;nbsp;larger z-index means the graphic is higher in the draw order (for graphics in the same overlay).&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;bottomGraphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ZIndex &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
topGraphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ZIndex &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&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;Note: Graphics overlays *always* draw on top of layers in the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 18:31:42 GMT</pubDate>
    <dc:creator>ThadTilton</dc:creator>
    <dc:date>2021-12-11T18:31:42Z</dc:date>
    <item>
      <title>Graphics Priority</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407557#M4833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway to set layers or graphics priorities? With priorities I mean that in case of overlapping, set a priority of being on top to some certain type of graphics / layers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 07:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407557#M4833</guid>
      <dc:creator>GonzaloMuöoz</dc:creator>
      <dc:date>2019-07-26T07:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics Priority</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407558#M4834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Layers it is based on order added to the Layers collection, last in is on top.&amp;nbsp; So index zero is on top, I would assume GraphcsOverlay is the same but I have never had a case of overlap with graphics to confirm that.&amp;nbsp; OperationalLayers has an Insert method, so you put layers in a specific order instead of just using Add&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 14:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407558#M4834</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-07-26T14:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics Priority</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407559#M4835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gonzalo,&lt;/P&gt;&lt;P&gt;The `GraphicsOverlays` collection also has methods to&amp;nbsp;manage the order of the `GraphicsOverlays` it contains (Add, Insert, Move, Remove, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a `GraphicsOverlay`, you can also set a z-index property on individual graphics. A&amp;nbsp;larger z-index means the graphic is higher in the draw order (for graphics in the same overlay).&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;bottomGraphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ZIndex &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
topGraphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ZIndex &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&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;Note: Graphics overlays *always* draw on top of layers in the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/graphics-priority/m-p/407559#M4835</guid>
      <dc:creator>ThadTilton</dc:creator>
      <dc:date>2021-12-11T18:31:42Z</dc:date>
    </item>
  </channel>
</rss>

