<?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: Symbology for ArcEngine 10 app in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319289#M8322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. That is a very helpful link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found the SymbologyControlColorRamps sample that is included with the sdk install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both focus on polygon features only. I changed the esri sample to do away with the polygon filter but then when i apply the color ramp it will not display the layer. I'm guessing this is cause the sample code assigns a SimpleFillSymbolClass and that won't fly for points and lines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guess i have some reworking ahead of me to get it to work for all geometries. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the tip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 19:31:39 GMT</pubDate>
    <dc:creator>KevinGooss</dc:creator>
    <dc:date>2011-08-16T19:31:39Z</dc:date>
    <item>
      <title>Symbology for ArcEngine 10 app</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319287#M8320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an engine app that i am converting from 9.3 to 10.0sp1 C# VS2010.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my old app i allowed users to change the symbology of layers using the Symbol Select sample code from esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem i have now is that users want to also define category symbology which i believe is the same as the unique renderer color ramp setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this code already written somewhere that i can just jack it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My symbol selector only loads the esri styles for single symbol it appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Am i missing something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319287#M8320</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2011-08-16T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for ArcEngine 10 app</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319288#M8321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct, defining symbology by category is essentially the same as applying a UniqueValueRenderer in ArcObjects.&amp;nbsp; This is as opposed to defining a Single Symbol (SimpleRenderer in ArcObjects).&amp;nbsp; The below ArcObjects SDK sample code contains a VB.NET procedure or a C# method that you can call with its required parameters in order to apply a unique value renderer to a polygon feature layer.&amp;nbsp; As with all samples, you will need to make the necessary adjustments.&amp;nbsp; I suspect the sample will fall short of your specific workflow and application but it does demonstrate how to define a unique value renderer with a lot of the typical properties of that type of renderer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to define a [unique value] renderer for your layer &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000000t8000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000000t8000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319288#M8321</guid>
      <dc:creator>EdgarBejarano</dc:creator>
      <dc:date>2011-08-16T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for ArcEngine 10 app</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319289#M8322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. That is a very helpful link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found the SymbologyControlColorRamps sample that is included with the sdk install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both focus on polygon features only. I changed the esri sample to do away with the polygon filter but then when i apply the color ramp it will not display the layer. I'm guessing this is cause the sample code assigns a SimpleFillSymbolClass and that won't fly for points and lines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guess i have some reworking ahead of me to get it to work for all geometries. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the tip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 19:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/symbology-for-arcengine-10-app/m-p/319289#M8322</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2011-08-16T19:31:39Z</dc:date>
    </item>
  </channel>
</rss>

