<?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: VBA- Arcobjects: how to write a code to intersect two layers and to make summery? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216722#M5612</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; How do you intersect point and polygon...You are looking for Points within the polygon ?if that is true i have already given you the code that perfectly working...please check previous forms&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2010 07:42:13 GMT</pubDate>
    <dc:creator>Venkata_RaoTammineni</dc:creator>
    <dc:date>2010-12-10T07:42:13Z</dc:date>
    <item>
      <title>VBA- Arcobjects: how to write a code to intersect two layers and to make summery?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216721#M5611</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;BR /&gt;&lt;SPAN&gt;I need to write a code (in VBA- Arcobjects) to intersect two layers (both are polygons) and then to make summery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, see the attached image that shows my question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The first layer represents the boundaries of the district&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The second layer represents the hospital&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? First i need to intersect the two layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? Then, I need to count the number of hospitals in (inside) each governorate&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kalid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 17:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216721#M5611</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2010-12-09T17:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: VBA- Arcobjects: how to write a code to intersect two layers and to make summery?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216722#M5612</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; How do you intersect point and polygon...You are looking for Points within the polygon ?if that is true i have already given you the code that perfectly working...please check previous forms&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 07:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216722#M5612</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2010-12-10T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA- Arcobjects: how to write a code to intersect two layers and to make summery?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216723#M5613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Venkat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be very much appreciated if you develop the code so that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� First to intersect the layer of hospital with the layer of district (both are polygon)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�?� Then to have the frequency in the table of the intersected layer so that we know the number of hospitals in each district&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We don�??t need to start editing and to have the field �??name�?� in the district layer in order to get the result (as it�??s in the provided code)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kalid&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hi,&lt;BR /&gt;&lt;BR /&gt; How do you intersect point and polygon...You are looking for Points within the polygon ?if that is true i have already given you the code that perfectly working...please check previous forms&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 20:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vba-arcobjects-how-to-write-a-code-to-intersect/m-p/216723#M5613</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2010-12-10T20:29:12Z</dc:date>
    </item>
  </channel>
</rss>

