<?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 Replicate Import Symbology Matching Dialog in ArcObjects? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/replicate-import-symbology-matching-dialog-in/m-p/453436#M12313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Arcmap I can render a layer with same symbolgy applied to different fields by way of re-importing the .lyr file and choosing a Value Field.&amp;nbsp; How can replicate the functionality in ArcObjects?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 13:38:36 GMT</pubDate>
    <dc:creator>RichardBeatty</dc:creator>
    <dc:date>2013-05-31T13:38:36Z</dc:date>
    <item>
      <title>Replicate Import Symbology Matching Dialog in ArcObjects?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/replicate-import-symbology-matching-dialog-in/m-p/453436#M12313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Arcmap I can render a layer with same symbolgy applied to different fields by way of re-importing the .lyr file and choosing a Value Field.&amp;nbsp; How can replicate the functionality in ArcObjects?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 13:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/replicate-import-symbology-matching-dialog-in/m-p/453436#M12313</guid>
      <dc:creator>RichardBeatty</dc:creator>
      <dc:date>2013-05-31T13:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Import Symbology Matching Dialog in ArcObjects?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/replicate-import-symbology-matching-dialog-in/m-p/453437#M12314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Given an IFeatureLayer, "theLayer", one would cast to a IGeoFeatureLayer, then get its IFeatureRenderer and cast that to a IClassBreaksRenderer.&amp;nbsp; Then it is a s imple matter to set the IClassBreaksRenderer's Field to the field to be rendered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IGeoFeatureLayer lyr = theLayer as IGeoFeatureLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureRenderer ifr = lyr.Renderer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IClassBreaksRenderer cbr = ifr as IClassBreaksRenderer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cbr.Field = "someFieldName";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:27:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/replicate-import-symbology-matching-dialog-in/m-p/453437#M12314</guid>
      <dc:creator>RichardBeatty</dc:creator>
      <dc:date>2013-06-03T11:27:16Z</dc:date>
    </item>
  </channel>
</rss>

