<?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: Selecting vertices in the AGSSketchGraphicsLayer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135660#M1267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, there isn't a public API for this. We can consider adding it to a future release if you can describe how it would be helpful or how you plan on using it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 23:14:56 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2015-06-16T23:14:56Z</dc:date>
    <item>
      <title>Selecting vertices in the AGSSketchGraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135659#M1266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to programmatically select different vertices in the &lt;A class="interface_a_g_s_sketch_graphics_layer.html" href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_sketch_graphics_layer.html" style="color: #6b6872; padding: 2px; font-family: 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif; font-size: 12px; background-color: #fbfbfb;"&gt;AGSSketchGraphicsLayer&lt;/A&gt; (other than the last vertex)? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135659#M1266</guid>
      <dc:creator>JaneGee</dc:creator>
      <dc:date>2015-06-16T15:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting vertices in the AGSSketchGraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135660#M1267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, there isn't a public API for this. We can consider adding it to a future release if you can describe how it would be helpful or how you plan on using it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 23:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135660#M1267</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2015-06-16T23:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting vertices in the AGSSketchGraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135661#M1268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the AGSSketchGraphicsLayer with the geometry set to a mutable polyline to draw a connected, ordered path of coordinates points (or a "route"). I want to be able to select a specific coordinate point as the selected point programmatically. For example, when I first open a "route", I use the AGSSketchGraphicsLayer to draw the "route" as a polyline and I want to programmatically select the first point (rather than the last).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 18:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135661#M1268</guid>
      <dc:creator>JaneGee</dc:creator>
      <dc:date>2015-06-17T18:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting vertices in the AGSSketchGraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135662#M1269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you expect the user to interactively add more vertices? Typically, this happens after the last vertex (for example, if they want to extend the route), that's why we provide an API to select the last vertex. Do you want to select the first vertex because the user needs to insert vertices after it, and not at the end of the line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135662#M1269</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2015-06-17T21:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting vertices in the AGSSketchGraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135663#M1270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the user can interactively add, insert and delete vertices. Insertion can occur at any point on the connected path. In the case where the user deletes a vertex, then the previous vertex should be selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 23:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/selecting-vertices-in-the-agssketchgraphicslayer/m-p/135663#M1270</guid>
      <dc:creator>JaneGee</dc:creator>
      <dc:date>2015-07-28T23:59:49Z</dc:date>
    </item>
  </channel>
</rss>

