<?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: CreatePointAlong is not working in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468177#M5771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, I do not know if runtime supports the running of this toolbox tool ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find this example which may assist in generating points along a line ...&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/densifyandgeneralize.htm" title="https://developers.arcgis.com/net/latest/wpf/sample-code/densifyandgeneralize.htm"&gt;Densify and generalize—ArcGIS Runtime SDK for .NET Samples | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you can use Create Point along Line and loop through the distances you desire.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_CreatePointAlong.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_CreatePointAlong.htm"&gt;GeometryEngine.CreatePointAlong Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2019 16:03:33 GMT</pubDate>
    <dc:creator>TedKowal</dc:creator>
    <dc:date>2019-02-21T16:03:33Z</dc:date>
    <item>
      <title>CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468172#M5766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;My requirement is to&amp;nbsp;add&amp;nbsp;points at specific distance on a polyline. In Order to achieve this I have&amp;nbsp;a poly line of 26 Kms length, So i used CreatePointAlong method to add points on poly line for each&amp;nbsp;2 Kms distance, but it's&amp;nbsp;adding the point always at the starting point.&amp;nbsp;Here i'm attaching the screen shots. Is there any way to achieve my requirement? please suggest.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="437577" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437577_ref2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="437588" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437588_ref3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 06:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468172#M5766</guid>
      <dc:creator>Naresh_KumarK</dc:creator>
      <dc:date>2019-02-19T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468173#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeneratePointsAlongLines_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;in_features&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; out_fc_1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'DISTANCE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
       Distance&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'500 meters'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Include_End_Points&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'NO_END_POINTS'&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Should be the Default....however,&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Output_Feature_Class, Point_Placement, {Distance}, {Percentage}, {Include_End_Points})&lt;/PRE&gt;&lt;TABLE style="color: #4c4c4c; background-color: #ffffff; border: 1px solid #cccccc; font-size: 0.875rem; margin-bottom: 1.55rem;"&gt;&lt;THEAD style="background-color: #efefef; border-bottom: 1px solid #cccccc; font-size: 1rem;"&gt;&lt;TR style="border-bottom: none;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Parameter&lt;/TD&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Explanation&lt;/TD&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Data Type&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Input_Features&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;The line or polygon features to be converted into points.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Feature Layer&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Output_Feature_Class&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;The point feature class that will be created from the input features.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Feature Class&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Point_Placement&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;The method to use to create points.&lt;/P&gt;&lt;DIV class=""&gt;&lt;UL style="font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;&lt;SPAN&gt;PERCENTAGE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;—&lt;SPAN&gt;The tool will use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Percentage&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter to place points along the features by percentage.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;&lt;SPAN&gt;DISTANCE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;—&lt;SPAN&gt;The tool will use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Distance&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter to place points at fixed distances along the features. This is the default.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;String&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Distance&lt;/DIV&gt;&lt;DIV class=""&gt;(Optional)&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;The interval from the beginning of the feature at which points will be placed.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Linear Unit&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Percentage&lt;/DIV&gt;&lt;DIV class=""&gt;(Optional)&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;The percentage from the beginning of the feature at which points will be placed. For example, if a percentage of 40 is used, points will be placed at 40 percent and 80 percent of the feature's distance.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;Double&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: none;"&gt;&lt;TD class="" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;DIV class=""&gt;Include_End_Points&lt;/DIV&gt;&lt;DIV class=""&gt;(Optional)&lt;/DIV&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem;"&gt;&lt;P&gt;Specifies whether additional points are placed at the start point and end point of the feature.&lt;/P&gt;&lt;DIV class=""&gt;&lt;UL style="font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;&lt;SPAN&gt;END_POINTS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;—&lt;SPAN&gt;Additional points will be added at the start point and end point of the feature.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;NO_END_POINTS&amp;nbsp;—No additional points will be added at the start point and end point of the feature. This is the default.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468173#M5767</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2021-12-11T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468174#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Ted Kowal,&lt;/P&gt;&lt;P&gt;My application environment is .net using C# programming.Can we achieve the same above&amp;nbsp; in c# programming?&lt;/P&gt;&lt;P&gt;For your information I'm extracting the poly lines from a shape file by creating a feature layer. is there any problem with my code? please help&lt;IMG __jive_id="437671" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437671_ref6.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468174#M5768</guid>
      <dc:creator>Naresh_KumarK</dc:creator>
      <dc:date>2019-02-20T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468175#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not program using&amp;nbsp; ArcgisRuntime but use ArcObjects (VB.Net Programmer).&amp;nbsp; Given my lack of familiarity with Arcgisruntime and C#&amp;nbsp; looking at you code snippet... it appears to be fundamentally correct in setting up the symbology.&amp;nbsp; However you are only simply displaying the shapefile line work?&amp;nbsp; I am assuming that arcgis runtime has access to the the generatepointsalonglines toolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 16:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468175#M5769</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2019-02-20T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468176#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the&amp;nbsp;response Ted Kowal, Yes I'm just displaying the poly lines as they are from Shape file to the map and then i'm trying to process them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't find any method named with&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;generatepointsalonglines&lt;SPAN&gt;&amp;nbsp;in&amp;nbsp;ArcGIS Runtime SDK for .NET - Toolkit.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Naresh Kumar K.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 05:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468176#M5770</guid>
      <dc:creator>Naresh_KumarK</dc:creator>
      <dc:date>2019-02-21T05:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468177#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, I do not know if runtime supports the running of this toolbox tool ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find this example which may assist in generating points along a line ...&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/densifyandgeneralize.htm" title="https://developers.arcgis.com/net/latest/wpf/sample-code/densifyandgeneralize.htm"&gt;Densify and generalize—ArcGIS Runtime SDK for .NET Samples | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you can use Create Point along Line and loop through the distances you desire.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_CreatePointAlong.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_CreatePointAlong.htm"&gt;GeometryEngine.CreatePointAlong Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 16:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468177#M5771</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2019-02-21T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468178#M5772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeneratePointsAlongLines is a geoprocessing tool not currently supported by the ArcGIS Runtime Local Server component. For the list of supported tools see&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/local-server-geoprocessing-tools-support.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/local-server-geoprocessing-tools-support.htm"&gt;Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the context of geoprocessing and Local Server, consider using Densify (&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/editing/densify.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/editing/densify.htm"&gt;Densify—Help | ArcGIS Desktop&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the ArcGIS Runtime API, you&amp;nbsp;could also look at GeometryEngine.Densify (&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Densify.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Densify.htm"&gt;GeometryEngine.Densify Method&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 16:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468178#M5772</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-02-21T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: CreatePointAlong is not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468179#M5773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the code example in your other question:&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/thread/229025-create-points-at-equal-distance-along-a-polyline#comment-833323" title="https://community.esri.com/thread/229025-create-points-at-equal-distance-along-a-polyline#comment-833323"&gt;https://community.esri.com/thread/229025-create-points-at-equal-distance-along-a-polyline#comment-833323&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this will do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 18:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/createpointalong-is-not-working/m-p/468179#M5773</guid>
      <dc:creator>ThadTilton</dc:creator>
      <dc:date>2019-02-21T18:24:04Z</dc:date>
    </item>
  </channel>
</rss>

