<?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 we change layer's label symbol using dynamic layers in 10.1 using ESRI SL 3.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-we-change-layer-s-label-symbol-using-dynamic/m-p/319283#M8242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Corey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I take it you have never had a response back on this question or figured it out?&amp;nbsp; I have been trying to modify the html request but it actually makes the labeling disappear instead of change font size or color.&amp;nbsp; Just curious if you had any success?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 17:33:23 GMT</pubDate>
    <dc:creator>SteveMorgan</dc:creator>
    <dc:date>2013-11-14T17:33:23Z</dc:date>
    <item>
      <title>Can we change layer's label symbol using dynamic layers in 10.1 using ESRI SL 3.0?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-we-change-layer-s-label-symbol-using-dynamic/m-p/319282#M8241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm developing a silverlight mapping application using MS SL 4.0 + ESRI SL 3.0 and I have two questions related to some new functions avail in 3.0 and Server 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I have a map service that is 10.1 and supports dynamic layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an ArcGISDynamicMapServiceLayer my map pointing to this map service. I can use .LayerDrawingOptions to change the feature renderer and toggle labels on/off for one of the sub layers. So far, so good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... however, I do not see how I can change the label's symbol (e.g. change font, text size, color, etc.). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The question: &lt;/STRONG&gt;&lt;SPAN&gt;Is there a way to do this, and if so, how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I'm actually doing this work to prepare a map + layers for high resolution printing. Leaving out the details of why I'm doing this, my hope was to use ArcGISDynamicMapServiceLayer + the ESRI SL PrintTask to create a web map with layers where I can control the layers' label text symbol....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... The ExportWebMap Specification (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004w8000000" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004w8000000&lt;/A&gt;&lt;SPAN&gt;) for Operational Layers (see code below) shows that drawingInfo contains a boolean showLabels, as well as another property labelingInfo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was my 'expectation' (now downgraded to 'hope') that if I construted an ArcGISDynamicMapServiceLayer in SL 3.0, that I would be able to change both feature and label 'rendering'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The question: &lt;/STRONG&gt;&lt;SPAN&gt;Is there something I am missing to create an Operational Layer with labelingInfo from a SL ArcGISDynamicMapServiceLayer, and if not, is my best hope this sample (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#CreateWebMapObject" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#CreateWebMapObject&lt;/A&gt;&lt;SPAN&gt;), or something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Cory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"operationalLayers" : [
 {
&amp;nbsp; "url" : "&amp;lt;url1&amp;gt;",
&amp;nbsp; "title" : "&amp;lt;title1&amp;gt;",
&amp;nbsp; "opacity" : &amp;lt;opacity2&amp;gt;,
&amp;nbsp; "gdbVersion": "&amp;lt;gdbVersion&amp;gt;",
&amp;nbsp; "visibleLayers" : [
&amp;nbsp;&amp;nbsp; &amp;lt;layerId1&amp;gt;,
&amp;nbsp;&amp;nbsp; &amp;lt;layerId2&amp;gt;
&amp;nbsp; ],
&amp;nbsp; "layers" : [
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": &amp;lt;sublayerId1&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "layerDefinition": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "definitionExpression": "&amp;lt;definitionExpression&amp;gt;",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "layerTimeOptions": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "useTime": &amp;lt;true | false&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "timeDataCumulative": &amp;lt;true | false&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "timeOffset": &amp;lt;timeOffset1&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "timeOffsetUnits": "&amp;lt;esriTimeUnits&amp;gt;"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "drawingInfo": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "renderer" : {&amp;lt;renderer&amp;gt;},
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "transparency" : &amp;lt;transparency&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "scaleSymbols" : &amp;lt;true | false&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "showLabels" : &amp;lt;true | false&amp;gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "labelingInfo" : {&amp;lt;labelingInfo&amp;gt;},
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "source": {&amp;lt;layerSource&amp;gt;},
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "gdbVersion": "&amp;lt;Geodatabase version name&amp;gt;"
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; ]
 }
]
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Cory&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-we-change-layer-s-label-symbol-using-dynamic/m-p/319282#M8241</guid>
      <dc:creator>deleted-user-Ohz6rwd1kavx</dc:creator>
      <dc:date>2021-12-11T15:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change layer's label symbol using dynamic layers in 10.1 using ESRI SL 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-we-change-layer-s-label-symbol-using-dynamic/m-p/319283#M8242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Corey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I take it you have never had a response back on this question or figured it out?&amp;nbsp; I have been trying to modify the html request but it actually makes the labeling disappear instead of change font size or color.&amp;nbsp; Just curious if you had any success?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-we-change-layer-s-label-symbol-using-dynamic/m-p/319283#M8242</guid>
      <dc:creator>SteveMorgan</dc:creator>
      <dc:date>2013-11-14T17:33:23Z</dc:date>
    </item>
  </channel>
</rss>

