<?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 C# or Vb.Net. How to create a buffer at a X.Y and save it in a polygon in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/c-or-vb-net-how-to-create-a-buffer-at-a-x-y-and/m-p/120091#M761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for samples in C# or VB.net that explain how to create a polygon using a X,Y coordinate and creating a buffer around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 14:54:00 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2016-05-23T14:54:00Z</dc:date>
    <item>
      <title>C# or Vb.Net. How to create a buffer at a X.Y and save it in a polygon</title>
      <link>https://community.esri.com/t5/developers-questions/c-or-vb-net-how-to-create-a-buffer-at-a-x-y-and/m-p/120091#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for samples in C# or VB.net that explain how to create a polygon using a X,Y coordinate and creating a buffer around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 14:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/c-or-vb-net-how-to-create-a-buffer-at-a-x-y-and/m-p/120091#M761</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-05-23T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: C# or Vb.Net. How to create a buffer at a X.Y and save it in a polygon</title>
      <link>https://community.esri.com/t5/developers-questions/c-or-vb-net-how-to-create-a-buffer-at-a-x-y-and/m-p/120092#M762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a couple ways to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITopologicalOperator_Buffer.htm"&gt;buffer&lt;/A&gt; method of the ITopologicalOperator, which returns a Polygon. That page contains sample code how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use a Geoprocessing tool, it's a little more complicated. In one application, I got the X, Y coordinates from a mouse click on the screen and created an in-memory feature class to hold that point. That feature class was the input for the Buffer tool (see this &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm"&gt;topic&lt;/A&gt; as an example). From the buffer tool, I then had the polygon in a feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 18:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/c-or-vb-net-how-to-create-a-buffer-at-a-x-y-and/m-p/120092#M762</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2016-05-23T18:45:26Z</dc:date>
    </item>
  </channel>
</rss>

