<?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: Polylines in a shapefile in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354650#M4171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer - it now works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2020 09:25:23 GMT</pubDate>
    <dc:creator>OleJuul1</dc:creator>
    <dc:date>2020-08-06T09:25:23Z</dc:date>
    <item>
      <title>Polylines in a shapefile</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354648#M4169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Version&amp;nbsp;10.2.7 when you clicked on a polyline loaded from a shapefile you could set the property 'IsSelected' to true in the Graphic object and it will draw a line around itself. After upgrading to Version 100.7 the property is no longer there and I can not find a replacement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 06:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354648#M4169</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2020-08-04T06:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Polylines in a shapefile</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354649#M4170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selecting graphics in a GraphicsOverlay:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/P_Esri_ArcGISRuntime_UI_Graphic_IsVisible.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/P_Esri_ArcGISRuntime_UI_Graphic_IsVisible.htm"&gt;Graphic.IsVisible Property&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting features in a FeatureLayer:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeature.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeature.htm"&gt;FeatureLayer.SelectFeature Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeatures.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeatures.htm"&gt;FeatureLayer.SelectFeatures Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeaturesAsync.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeaturesAsync.htm"&gt;FeatureLayer.SelectFeaturesAsync Method (QueryParameters, SelectionMode)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeaturesAsync_1.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_SelectFeaturesAsync_1.htm"&gt;FeatureLayer.SelectFeaturesAsync Method (QueryParameters, SelectionMode, CancellationToken)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_ClearSelection.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_ClearSelection.htm"&gt;FeatureLayer.ClearSelection Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_UnselectFeature.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_UnselectFeature.htm"&gt;FeatureLayer.UnselectFeature Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_UnselectFeatures.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Mapping_FeatureLayer_UnselectFeatures.htm"&gt;FeatureLayer.UnselectFeatures Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 17:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354649#M4170</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-08-04T17:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Polylines in a shapefile</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354650#M4171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer - it now works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 09:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/polylines-in-a-shapefile/m-p/354650#M4171</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2020-08-06T09:25:23Z</dc:date>
    </item>
  </channel>
</rss>

