<?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: how to change opacity in dynamic layer with name ? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536067#M4629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for replies. I had one dynamic layer and than added into two and more layer different name. For example, NSURL* urldynamic1 = [NSURL URLWithString:URL1]; dynamicLayer1 = [AGSDynamicMapServiceLayer dynamicMapServiceLayerWithURL: urldynamic1]; [self.mapView addMapLayer:dynamicLayer1 withName:Name1]; NSURL* urldynamic2 = [NSURL URLWithString:URL2]; dynamicLayer2 = [AGSDynamicMapServiceLayer dynamicMapServiceLayerWithURL: urldynamic2]; [self.mapView addMapLayer:dynamicLayer2 withName:Name2]; just changing the opacity of the recently added layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 08:10:23 GMT</pubDate>
    <dc:creator>FurkanOzoglu</dc:creator>
    <dc:date>2015-03-23T08:10:23Z</dc:date>
    <item>
      <title>how to change opacity in dynamic layer with name ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536065#M4627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing an iOS app. My app have multiple layers in a dynamic layer. I don't change opacity with name just one layer. But just changing the opacity of the recently added layers. how to change opacity in dynamic layer with name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[dynamicLayer setOpacity: (CGFloat)sender.value]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536065#M4627</guid>
      <dc:creator>FurkanOzoglu</dc:creator>
      <dc:date>2015-03-18T08:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to change opacity in dynamic layer with name ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536066#M4628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Dynamic Layer or all AGSLayers in this case, has a property called Opacity:&lt;/P&gt;&lt;P style="font-family: Roboto, sans-serif; color: #000000;"&gt;The opacity of this layer as a value between 0(fully transparent) and 1(fully opaque)&lt;/P&gt;&lt;DL class="section since" style="font-family: Roboto, sans-serif; color: #000000;"&gt;&lt;DT style="font-weight: bold;"&gt;Since&lt;/DT&gt;&lt;DD style="margin-bottom: 6px;"&gt;10.1.1&lt;/DD&gt;&lt;/DL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/api-reference/" title="https://developers.arcgis.com/ios/api-reference/"&gt;ArcGIS iOS SDK - API Reference&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536066#M4628</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-03-19T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to change opacity in dynamic layer with name ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536067#M4629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for replies. I had one dynamic layer and than added into two and more layer different name. For example, NSURL* urldynamic1 = [NSURL URLWithString:URL1]; dynamicLayer1 = [AGSDynamicMapServiceLayer dynamicMapServiceLayerWithURL: urldynamic1]; [self.mapView addMapLayer:dynamicLayer1 withName:Name1]; NSURL* urldynamic2 = [NSURL URLWithString:URL2]; dynamicLayer2 = [AGSDynamicMapServiceLayer dynamicMapServiceLayerWithURL: urldynamic2]; [self.mapView addMapLayer:dynamicLayer2 withName:Name2]; just changing the opacity of the recently added layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 08:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536067#M4629</guid>
      <dc:creator>FurkanOzoglu</dc:creator>
      <dc:date>2015-03-23T08:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to change opacity in dynamic layer with name ?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536068#M4630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/129016"&gt;Furkan Ozoglu&lt;/A&gt;​​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that you're not sure how to get hold of the layer once your app has started? Or has &lt;A href="https://community.esri.com/migrated-users/3178"&gt;Al Pascual&lt;/A&gt;​ helped resolve your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-opacity-in-dynamic-layer-with-name/m-p/536068#M4630</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2015-03-26T16:29:39Z</dc:date>
    </item>
  </channel>
</rss>

