<?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: Runtime SDK 100.6 for .Net Does not show creating feature on map in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44604#M503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="background-color: #ffffff;"&gt;GetArcGISFeature is an extension method, unless I am missing something in documentation.&amp;nbsp; As a first guess&amp;nbsp;I would check the symbology of the new point to be sure there is a symbol being applied to the new feature.&amp;nbsp; Also you really should not need the Refresh, it does not do a redraw of the layer, the point should be visible once added&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2020 15:19:11 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2020-07-09T15:19:11Z</dc:date>
    <item>
      <title>Runtime SDK 100.6 for .Net Does not show creating feature on map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44603#M502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add feature to offline geodatabase. However, the feature that I added to the table with the geometry type point does not appear on the map. but when I add a new feature to the table with a geometry type polyline, it immediately appears on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;featureTable&lt;/SPAN&gt;.CreateFeature(); // create feature from geodatabase table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..... // set Geometry and attributes&lt;/P&gt;&lt;P&gt;Feature.Geometry = GeometryEngine.Project(Feature.Geometry, MapView.SpatialReference);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;await featureTable.AddFeatureAsync(feature.GetArcGISFeature()); // add feature to table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; feature.GetArcGISFeature().Refresh(); // refresh feature&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 14:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44603#M502</guid>
      <dc:creator>nrcnylmz</dc:creator>
      <dc:date>2020-07-09T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SDK 100.6 for .Net Does not show creating feature on map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44604#M503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="background-color: #ffffff;"&gt;GetArcGISFeature is an extension method, unless I am missing something in documentation.&amp;nbsp; As a first guess&amp;nbsp;I would check the symbology of the new point to be sure there is a symbol being applied to the new feature.&amp;nbsp; Also you really should not need the Refresh, it does not do a redraw of the layer, the point should be visible once added&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44604#M503</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-07-09T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SDK 100.6 for .Net Does not show creating feature on map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44605#M504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, GetArcGISFeature is an extension method. It returns ArcGIS feature class object. I use createFeature() method.It uses feature table &lt;SPAN style="background-color: #ffffff;"&gt;symbology, right? So,I do not adjust the symbology. I get it from the table automatically.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="position: absolute; left: 743px; top: 103px;"&gt;&lt;DIV class="gtx-trans-icon"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 08:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44605#M504</guid>
      <dc:creator>nrcnylmz</dc:creator>
      <dc:date>2020-07-13T08:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SDK 100.6 for .Net Does not show creating feature on map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44606#M505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution finally. My aim is that I want to create a feature from feature table. Table geometry type is point. I can see the previous feature geometries on the map but the geometry od my newly added is not visible on the map. Then I used the code from esri documantation. The code was about symbology. And my problem was solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="position: absolute; left: 531px; top: 57.2px;"&gt;&lt;DIV class="gtx-trans-icon"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-sdk-100-6-for-net-does-not-show-creating/m-p/44606#M505</guid>
      <dc:creator>nrcnylmz</dc:creator>
      <dc:date>2020-11-02T13:42:26Z</dc:date>
    </item>
  </channel>
</rss>

