<?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 text graphics in scenes bug? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213972#M2544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;I don't know if it is a bug or something else, but it's definetely unatural regarding text graphics in scenes and graphics overlays.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;We are developing an app, it needs to be localized in various languages, so the text is added as a graphic in a graphics overlay.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed profiling/debugging the app, that one sigle text label for a single graphic, after being rendered on the map adds about 300MB!!! of RAM to the app's total memory.&lt;/P&gt;&lt;P&gt;If the text graphic is created but not displayed the app memory is its normal size.&lt;/P&gt;&lt;P&gt;Styling settings don't make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It noticed with 100.5 runtime (for UWP), and I tested with 100.4 also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2019 05:22:24 GMT</pubDate>
    <dc:creator>iR1</dc:creator>
    <dc:date>2019-05-30T05:22:24Z</dc:date>
    <item>
      <title>text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213972#M2544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;I don't know if it is a bug or something else, but it's definetely unatural regarding text graphics in scenes and graphics overlays.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;We are developing an app, it needs to be localized in various languages, so the text is added as a graphic in a graphics overlay.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed profiling/debugging the app, that one sigle text label for a single graphic, after being rendered on the map adds about 300MB!!! of RAM to the app's total memory.&lt;/P&gt;&lt;P&gt;If the text graphic is created but not displayed the app memory is its normal size.&lt;/P&gt;&lt;P&gt;Styling settings don't make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It noticed with 100.5 runtime (for UWP), and I tested with 100.4 also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 05:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213972#M2544</guid>
      <dc:creator>iR1</dc:creator>
      <dc:date>2019-05-30T05:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213973#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many graphics are you adding? Are you using the labeling engine to show text?&lt;/P&gt;&lt;P&gt;One thing to consider is that to render text symbol, a texture must be generated for each text symbol, and if there's a lot, and&amp;nbsp;texts are long, it generates a lot of very large textures. That quickly adds up to a lot of memory, and even more-so on high-dpi devices (at least 4 bytes per pixel * pixel width * &lt;SPAN&gt;pixel&amp;nbsp;&lt;/SPAN&gt;height for each label).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The labeling engine handles these things a little better by being smarter about what to show (or not show).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 20:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213973#M2545</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-05-30T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213974#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I just noticed you said "one single text graphic". Are you saying that you see a 300mb increase once&amp;nbsp;you add a text graphic, or that the entire app uses 300mb? (and if you add a second one, it's yet another 300mb?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 20:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213974#M2546</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-05-30T20:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213975#M2547</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;The texture is a jpg file 32x32 pixels (and even that is cached in case of multiple graphics are added). The problem is not the graphics,&amp;nbsp;it's the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the runtime for scenes(3D) doesn't support the labeling engine (I wish it did), so the labeling happens in a graphics overlay. Yes it adds 300MB additional RAM to the app (say it's ~200MB becomes 500MB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextSymbol textSymbol = new TextSymbol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //create text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Color = System.Drawing.Color.White,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size = 18,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text = location.Name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //localized string&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OffsetY = 42.0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HorizontalAlignment = Esri.ArcGISRuntime.Symbology.HorizontalAlignment.Center,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VerticalAlignment = Esri.ArcGISRuntime.Symbology.VerticalAlignment.Top&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Graphic textGraphic = new Graphic(point, textSymbol);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //create text graphic&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _graphicsOnScene.Graphics.Add(locationGraphic);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //add pin graphic in collection&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _graphicsOnScene.Graphics.Add(textGraphic);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //add location name in collection&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _sceneView.GraphicsOverlays.Add(_graphicsOnScene);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //add collection in sceneview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I converted the text graphic in a DistanceCompositeSceneSymbol, just to delay the rendering of the label and observe. The moment the text is rendered, the memory spikes.&lt;/P&gt;&lt;P&gt;I'll experiment with more graphics on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 23:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213975#M2547</guid>
      <dc:creator>iR1</dc:creator>
      <dc:date>2019-05-30T23:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213976#M2548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chatted with our 3D team. Supposedly the very first time you create a text graphic, it'll create a fairly large texture, which will be reused as more text symbols needs to be rendered, so there will be an initial hit the first time, but after that you shouldn't see it grow.&lt;/P&gt;&lt;P&gt;They were however rather surprised about the 300mb grows - could you share a little bit about your system (dpi, window size etc), that might help us better understand why it's so much.&lt;/P&gt;&lt;P&gt;I'm also curious what memory difference you see between adding/removing just this line of code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;_graphicsOnScene.Graphics.Add(textGraphic);&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Also are you seeing another 300mb be used when you add the second textGraphic. or is it a much smaller increase after that point?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 16:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213976#M2548</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-05-31T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213977#M2549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I experimented a bit, this time I labeled features using textgraphics (not the label engine).&lt;/P&gt;&lt;P&gt;About 50 features labeled in 1 overlay, so 50 text graphics not more than 20 characters long strings and I can confirm that the memory doesn't grow exponentially (the RAM grows once).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the textgraphic is created but not displayed it doesn't affect the memory growth, it's only when the text is diplayed, so if you comment out that particular line of code (adding it in the overlay), the memory will be normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, check out the screenshots from debugging seesion, I placed a break before (1st screenshot) and the 2nd screenshot is just after executing it.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="448970" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/448970_before.JPG" /&gt;&amp;nbsp; &lt;IMG __jive_id="448972" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/448972_after.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a UWP app, the issue was unoticed on a physical device, I noticed debugging on my dev pc. The window size doesn't affect anything even at full size (2560x1080) and the labels are short strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 17:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213977#M2549</guid>
      <dc:creator>iR1</dc:creator>
      <dc:date>2019-05-31T17:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213978#M2550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing the same issue. Has anyone come up with a solution or work-around?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213978#M2550</guid>
      <dc:creator>JimSchindling</dc:creator>
      <dc:date>2020-09-09T10:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213979#M2551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide more details on the issue you're seeing and ideally share a small, self-contained reproducer app that will help us reproduce and investigate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the latest version, 100.9?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 17:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213979#M2551</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-09-09T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213980#M2552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me so quickly.&lt;/P&gt;&lt;P&gt;I’m am currently using 100.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to put together a little app for you, but it’s exactly the issue that was described in the forum except I am building a WPF app rather than UWP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there may be any changes in 100.9 that are related to this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 17:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213980#M2552</guid>
      <dc:creator>JimSchindling</dc:creator>
      <dc:date>2020-09-09T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213981#M2553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 100.8&amp;nbsp;included&amp;nbsp;an enhancement in the area of rendering Graphics with TextSymbols in 3D (SceneView), specifically intended to improve resource management. Version 100.9&amp;nbsp;also included enhancements to graphic and symbol performance in both 2D and 3D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 23:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213981#M2553</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-09-09T23:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: text graphics in scenes bug?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213982#M2554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I upgraded to 100.9 and that took care of the issue.&lt;/P&gt;&lt;P&gt;Pretty simple fix. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 15:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/text-graphics-in-scenes-bug/m-p/213982#M2554</guid>
      <dc:creator>JimSchindling</dc:creator>
      <dc:date>2020-09-10T15:41:35Z</dc:date>
    </item>
  </channel>
</rss>

