<?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 Create buffer for polyline and points inside particular polygon in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-buffer-for-polyline-and-points-inside/m-p/24214#M630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to C#. I know this must be silly question. What I exactly want to do is after selecting a polygon, the polyline and points which resides within it must be captured and need to buffer them and store it in new FeatureClass.&amp;nbsp;&lt;BR /&gt;I am selecting the polygon and able to capture the polyline and points which resides within it. And using ITopologicalOperation, I am buffering those polyline and points but somehow I don't see the buffer created around them but able to see feature created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code to create buffer around them is :&lt;BR /&gt;IGeometry buffGeometry = priUGFeature.ShapeCopy;&lt;BR /&gt; ITopologicalOperator topologicalOperator = buffGeometry as ITopologicalOperator;&lt;BR /&gt; IPolygon polygon = topologicalOperator.Buffer(1000) as IPolygon;&lt;BR /&gt; priUGFeature = priUGFtClass.CreateFeature();&lt;BR /&gt; priUGFeature.Store();&lt;BR /&gt;&lt;BR /&gt;#Note: priUGFtClass is my featureClass. How can we provide units like mile, meter, etc. to buffer distance? I have no idea for this.&lt;BR /&gt;&lt;BR /&gt;Also, I want to dissolve all buffers and the clipped them with polygon.&lt;BR /&gt;Please guide me in this.&lt;BR /&gt;&lt;BR /&gt;I am using Visual Studio 2017 and .NET Framework 4.5 and console application it is.&lt;BR /&gt;&lt;BR /&gt;I have come across the concept of 'In_Memory' but didn't find anything in C#.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2018 06:22:12 GMT</pubDate>
    <dc:creator>MayurPatel</dc:creator>
    <dc:date>2018-06-11T06:22:12Z</dc:date>
    <item>
      <title>Create buffer for polyline and points inside particular polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/create-buffer-for-polyline-and-points-inside/m-p/24214#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to C#. I know this must be silly question. What I exactly want to do is after selecting a polygon, the polyline and points which resides within it must be captured and need to buffer them and store it in new FeatureClass.&amp;nbsp;&lt;BR /&gt;I am selecting the polygon and able to capture the polyline and points which resides within it. And using ITopologicalOperation, I am buffering those polyline and points but somehow I don't see the buffer created around them but able to see feature created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code to create buffer around them is :&lt;BR /&gt;IGeometry buffGeometry = priUGFeature.ShapeCopy;&lt;BR /&gt; ITopologicalOperator topologicalOperator = buffGeometry as ITopologicalOperator;&lt;BR /&gt; IPolygon polygon = topologicalOperator.Buffer(1000) as IPolygon;&lt;BR /&gt; priUGFeature = priUGFtClass.CreateFeature();&lt;BR /&gt; priUGFeature.Store();&lt;BR /&gt;&lt;BR /&gt;#Note: priUGFtClass is my featureClass. How can we provide units like mile, meter, etc. to buffer distance? I have no idea for this.&lt;BR /&gt;&lt;BR /&gt;Also, I want to dissolve all buffers and the clipped them with polygon.&lt;BR /&gt;Please guide me in this.&lt;BR /&gt;&lt;BR /&gt;I am using Visual Studio 2017 and .NET Framework 4.5 and console application it is.&lt;BR /&gt;&lt;BR /&gt;I have come across the concept of 'In_Memory' but didn't find anything in C#.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 06:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/create-buffer-for-polyline-and-points-inside/m-p/24214#M630</guid>
      <dc:creator>MayurPatel</dc:creator>
      <dc:date>2018-06-11T06:22:12Z</dc:date>
    </item>
  </channel>
</rss>

