<?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: Select by color in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74850#M4328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you'r Reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I want to select the feature based on color not data(attribute)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, if you have an idea for that sent to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for you'r effort&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hazem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 18:17:42 GMT</pubDate>
    <dc:creator>hazemhafez</dc:creator>
    <dc:date>2012-05-08T18:17:42Z</dc:date>
    <item>
      <title>Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74848#M4326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to select features by color in Arcmap AS select by attributes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ex: select all feature which have the RED color&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 09:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74848#M4326</guid>
      <dc:creator>hazemhafez</dc:creator>
      <dc:date>2012-05-05T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74849#M4327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if you can select by symbology. Why not just select on whatever attribute the symbology is based on? For example, if your symbology has a field Voted for states that voted Republican red, Democratic blue, other parties green, and you want to select all red states, just select for Republican in the field Voted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 15:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74849#M4327</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-05-08T15:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74850#M4328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you'r Reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I want to select the feature based on color not data(attribute)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, if you have an idea for that sent to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for you'r effort&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hazem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 18:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74850#M4328</guid>
      <dc:creator>hazemhafez</dc:creator>
      <dc:date>2012-05-08T18:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74851#M4329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, where is your feature getting it's color from? You're symbolizing by something, whether the whole feature class or shapefile has one color or different features in the feature class/shapefile have different colors. If you're using one color for all features, then just select all the records in that feature class. That's probably not what you want, so you're symbolizing different features in a feature class with different colors based on values in one or more attribute fields. You'd select red, blue, green, etc. records using the same criteria to you use to symbolize them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Afaik, there's no way to select directly on the color itself. The color isn't part of the feature class or the feature itself. Maybe you could do it in Python by checking the RGB values, I don't know. I suppose you could add a field called Color, give it the text value 'red', 'blue', etc. and select on that, but that's still an attribute selection and a poor way to go about it. A .lyr file retains the symbology, but I still don't know how you'd select by color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize if I misunderstand your question, but I don't see any way short of possibly some kind of script (and don't know about that) to do what I think you want. Maybe there is a way and someone else will jump in with a method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 20:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74851#M4329</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-05-08T20:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74852#M4330</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;Shall i know whether you are looking for selection of Vector data or Raster based in color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RAVI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 03:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74852#M4330</guid>
      <dc:creator>RAVI_SANKARKATTA</dc:creator>
      <dc:date>2012-05-09T03:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select by color</title>
      <link>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74853#M4331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thank you for you'r Reply again&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; thanks for you'r effort&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FRISTLY, I want to select by color directly or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when you import any CAD file and convert it to shapefile or GDB&amp;nbsp; and open an attribute data table you will find the field called&amp;nbsp; "color" and have a color number &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can use it to select by color AS blue=5 , RAD=1, balack=7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I want a short method &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie: the data is vector data not RASTER&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; thanks very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hazem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 05:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/select-by-color/m-p/74853#M4331</guid>
      <dc:creator>hazemhafez</dc:creator>
      <dc:date>2012-05-09T05:16:38Z</dc:date>
    </item>
  </channel>
</rss>

