<?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: Can't access &amp;quot;visible&amp;quot; property in allSubLayers property in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581634#M54281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. I don't know why I keep seeing ".when" used on the map layer when it's initialized to&amp;nbsp;wait for its load state, but your solution seems to work a lot better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2019 21:41:57 GMT</pubDate>
    <dc:creator>BrianVan_Nostrand</dc:creator>
    <dc:date>2019-01-30T21:41:57Z</dc:date>
    <item>
      <title>Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581624#M54271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi all,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I'm trying to hit the properties of the sublayers&amp;nbsp;in a map image service using the "allSublayers" property of that service. It works fine in the console in Chrome:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;IMG alt="allSublayers output" class="image-1 jive-image j-img-original" height="224" src="/legacyfs/online/436168_2019-01-28 14_20_18-FullTOCCollapsed.html.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="454" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I can hit each of these items and access the properties of each:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="allSublayers index" class="image-2 jive-image j-img-original" height="424" src="/legacyfs/online/436172_2019-01-28 14_22_49-FullTOCCollapsed.html.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="658" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;But when I try to hit the same in code, using the same syntax, but targeting a new MapLayer object that's being added to the map, I can only see up to the array of sublayers itself, and not access any of the records in that array, nor the properties of any of those records:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="asdasd" class="image-3 jive-image j-img-original" height="253" src="/legacyfs/online/436173_2019-01-28 14_25_37-FullTOCcollapsed.js - Simple App - Visual Studio Code.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="655" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Looking for the items array&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="items array" class="image-4 jive-image j-img-original" height="211" src="/legacyfs/online/436174_2019-01-28 14_25_56-FullTOCCollapsed.html.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="391" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;the returned items array&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="Items Index" class="image-5 jive-image j-img-original" height="264" src="/legacyfs/online/436175_2019-01-28 14_26_15-● FullTOCcollapsed.js - Simple App - Visual Studio Code.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="933" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;looking for the first record in that array&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG alt="undefined" class="image-6 jive-image j-img-original" height="108" src="/legacyfs/online/436176_2019-01-28 14_27_06-FullTOCCollapsed.html.png" style="border: 0px; font-weight: inherit; margin: 2px 0px 0px;" width="760" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;"undefined"&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Any ideas? Is this some bug or something?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 16:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581624#M54271</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581625#M54272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Are you checking to see if the "mapLayer" loaded property is true before you try and access the sublayers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 17:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581625#M54272</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-30T17:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581626#M54273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what I expect that the issue is as well, but I thought I was handling that correctly. I use a .when to wait until the new esri/MapImageLayer is loaded (in the code below assigned to the variable "myLayer", before setting the visibility of the sublayer (line 102) whose ID (in the flattened set within the collection of the service) matches the id assigned to the check box (assigned on line 88). It could be that I'm misusing the "when" and the code is trying to access the allSublayers property before the layer is loaded, but shouldn't the allSubLayers&amp;nbsp;&lt;EM&gt;array&lt;/EM&gt; itself be inaccessible as well if the layer isn't loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks for your response. Here's the JS, CSS, and HTML for the app.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/BrianVanNostrand/JS_API_Test" title="https://github.com/BrianVanNostrand/JS_API_Test"&gt;GitHub - BrianVanNostrand/JS_API_Test: Learning the Javascript API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581626#M54273</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T18:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581627#M54274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction: mapLayer, not myLayer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581627#M54274</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581628#M54275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am pretty confused by your workflow here. What exactly are you trying to do? Right now you are adding a MapImageLayer each time a checkbox is checked and setting the sublayer visibility for that particular sublayer id to true. Seems like a serious over kill to add a new MapImageLayer for each sublayer that is checked vs adding on MapImagelayer and setting the sublayer visibility for that one layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 19:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581628#M54275</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-30T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581629#M54276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, I'm still trying to figure that part out. I plan on adding an if statement to catch the load state of the maplayer. The commented line &lt;EM&gt;//if (loadedURLs.includes(svcURL) == false){}&lt;/EM&gt; will check if the URL of the new map layer already exists in an array that URLs are pushed to when map.add is called and only add a new map layer when that URL hasn't already been pushed to that array. It's an imperfect solution&amp;nbsp;that I plan on improving later, but for now it's the best I have come up with. I'd love to hear a better solution, for sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, as far as I can tell, that shouldn't be preventing me from accessing the allSubLayers property in the code as its written. Again, I'm able to access the map layer properties and pull the array with the property "allSubLayers", but not hit the properties of those layers themselves. I could be wrong about this for sure, but it indicates to me that the layer has been loaded, at least enough that I should be able to access the properties of the allSubLayers array items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm probably going about this all wrong but I thought I'd see if anyone has experience with the issue before I try other solutions. It's just really weird that I can get those properties in console but not in code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's another example to illustrate the issue. In the first image, you'll see that I am logging the first index of the allSubLayers array, then the array itself (the highlighted lines).&amp;nbsp;The second image shows what is returned. The browser interprets the selected index as null, whereas it finds the array fine. If you duplicate those console.log commands (third image) in the browser console itself, everything works great and it returns "true" for the visibility of index 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is a fundamental javascript array functionality issue that none of the video tutorials I've watched have covered &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;img 1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="allSublayers index" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436179_New1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;img 2&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436180_new2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;img 3&lt;/P&gt;&lt;P&gt;&lt;IMG alt="allSublayers index" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436214_new3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 20:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581629#M54276</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T20:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581630#M54277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Here is how to ensure the layer is loaded and get access to a particular sub layer:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;watchUtils&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;when&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mapLayer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"loaded"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
  mapLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;findSublayerById&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;target&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerId&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;visible &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;target&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;checked&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  mapLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;refresh&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581630#M54277</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581631#M54278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the LayerList widget for this. It seems like it does what you are after.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-layerlist-actions" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-layerlist-actions"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-layerlist-actions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 21:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581631#M54278</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-30T21:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581632#M54279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, but this is more of a learning exercise for me than a means to an end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 21:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581632#M54279</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581633#M54280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 21:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581633#M54280</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-30T21:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access "visible" property in allSubLayers property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581634#M54281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. I don't know why I keep seeing ".when" used on the map layer when it's initialized to&amp;nbsp;wait for its load state, but your solution seems to work a lot better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 21:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-access-quot-visible-quot-property-in/m-p/581634#M54281</guid>
      <dc:creator>BrianVan_Nostrand</dc:creator>
      <dc:date>2019-01-30T21:41:57Z</dc:date>
    </item>
  </channel>
</rss>

