<?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 how to get point within a distance along a polyline given inPoint? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321763#M8373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to finish the following task: given a point (inPoint) within a polyline (pl), find the point which is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - within the polyline pl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - distance along the polyline pl between inPoint and the point to-be-find is 250 m&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to do it with ArcObject?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any suggestions,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hailiang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 15:58:17 GMT</pubDate>
    <dc:creator>HailiangShen</dc:creator>
    <dc:date>2013-04-01T15:58:17Z</dc:date>
    <item>
      <title>how to get point within a distance along a polyline given inPoint?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321763#M8373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to finish the following task: given a point (inPoint) within a polyline (pl), find the point which is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - within the polyline pl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - distance along the polyline pl between inPoint and the point to-be-find is 250 m&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to do it with ArcObject?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any suggestions,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hailiang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 15:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321763#M8373</guid>
      <dc:creator>HailiangShen</dc:creator>
      <dc:date>2013-04-01T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to get point within a distance along a polyline given inPoint?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321764#M8374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hailiang&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use ICurve.QueryPointAndDistance to find the distance of your inPoint along the curve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ICurve.QueryPoint and give the distance from the first method + 250 m&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have fun&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 05:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321764#M8374</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2013-04-02T05:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get point within a distance along a polyline given inPoint?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321765#M8375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mody for your suggestion, problem solved using QueryPointAndDistance and QueryPoint methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 12:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-point-within-a-distance-along-a/m-p/321765#M8375</guid>
      <dc:creator>HailiangShen</dc:creator>
      <dc:date>2013-04-03T12:44:15Z</dc:date>
    </item>
  </channel>
</rss>

