<?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 display point features w.r.t field values of a polygon file in arcgis 9.3. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724338#M19325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want to filter a feature layer in your map to show only a subset of the features it contains then you can set a definition query on that layer.&amp;nbsp; Use IFeatureLayerDefinition.DefinitionExpression to set the query.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your timely reply. It works fine for the features within the same shapefile. What i like to do is........... Select "Point features which has certain id" from "polygon features which has certain id"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex: Select point features of "&lt;/SPAN&gt;&lt;STRONG&gt;Type = school&lt;/STRONG&gt;&lt;SPAN&gt;" from polygon features(which will be in a polygon shapefile) of id "&lt;/SPAN&gt;&lt;STRONG&gt;Zone = Z1&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 06:10:51 GMT</pubDate>
    <dc:creator>saravanaganesh</dc:creator>
    <dc:date>2013-04-26T06:10:51Z</dc:date>
    <item>
      <title>How to display point features w.r.t field values of a polygon file in arcgis 9.3.1 ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724336#M19323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a point &amp;amp; polygon shapefile. Point file has a field namely, &lt;/SPAN&gt;&lt;STRONG&gt;Type:&lt;/STRONG&gt;&lt;SPAN&gt; atm,hospital,school etc... Polygon file has a field &lt;/SPAN&gt;&lt;STRONG&gt;Zone:&lt;/STRONG&gt;&lt;SPAN&gt; Zn1, Zn2, Zn3. There will be two combo boxes which will populate this two fields respectively (Fig)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23756[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i like to do is.......If i select school &amp;amp; Zn2 in the comboboxes and click the "Show" button...... only schools which fall under the Zn2 polygon should be displayed. I m a newbie to both arcobjects &amp;amp; to this forum. Any sort of comment will be of a great help. Trying it for the past two days&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(ArcGIS Version 9.3.1, VBA )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 09:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724336#M19323</guid>
      <dc:creator>saravanaganesh</dc:creator>
      <dc:date>2013-04-25T09:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to display point features w.r.t field values of a polygon file in arcgis 9.3.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724337#M19324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to filter a feature layer in your map to show only a subset of the features it contains then you can set a definition query on that layer.&amp;nbsp; Use IFeatureLayerDefinition.DefinitionExpression to set the query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724337#M19324</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-04-25T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display point features w.r.t field values of a polygon file in arcgis 9.3.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724338#M19325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want to filter a feature layer in your map to show only a subset of the features it contains then you can set a definition query on that layer.&amp;nbsp; Use IFeatureLayerDefinition.DefinitionExpression to set the query.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your timely reply. It works fine for the features within the same shapefile. What i like to do is........... Select "Point features which has certain id" from "polygon features which has certain id"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex: Select point features of "&lt;/SPAN&gt;&lt;STRONG&gt;Type = school&lt;/STRONG&gt;&lt;SPAN&gt;" from polygon features(which will be in a polygon shapefile) of id "&lt;/SPAN&gt;&lt;STRONG&gt;Zone = Z1&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 06:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-display-point-features-w-r-t-field-values/m-p/724338#M19325</guid>
      <dc:creator>saravanaganesh</dc:creator>
      <dc:date>2013-04-26T06:10:51Z</dc:date>
    </item>
  </channel>
</rss>

