<?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: How to convert a graphic to geometry ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206893#M2409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;STRONG&gt;coneGraphic.Geometry&amp;nbsp;&lt;/STRONG&gt;to get the geometry of the newly created feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Nagma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 18:01:34 GMT</pubDate>
    <dc:creator>NagmaYasmin</dc:creator>
    <dc:date>2017-06-08T18:01:34Z</dc:date>
    <item>
      <title>How to convert a graphic to geometry ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206892#M2408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I have a feature table with geometry index &amp;nbsp;and in my Sceneview i have a 3D cone i've created it using the following code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;var location = new MapPoint(-4.04, 70, 1000, SpatialReferences.Wgs84);&lt;/P&gt;&lt;P&gt;var coneSymbole = new SimpleMarkerSceneSymbol&lt;BR /&gt; {&lt;BR /&gt; Style=SimpleMarkerSceneSymbolStyle.Cone,&lt;BR /&gt; Color=Colors.Yellow,&lt;BR /&gt; Height=3000,&lt;BR /&gt; Width=1000,&lt;BR /&gt; Depth=3000,&lt;BR /&gt; &lt;BR /&gt; AnchorPosition=SceneSymbolAnchorPosition.Bottom&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;var coneGraphic = new Graphic(location , coneSymbole);&lt;/P&gt;&lt;P&gt;&amp;nbsp;MySceneView.GraphicsOverlays[0].Graphics.Add(coneGraphic);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and i need to add this graphics to my feature table as a geometry so i need to create a newfeature that contains the 3D geometry of the cone but i don't know how to convert graphics to geometry cause createFeature(attributes, geometry) have a geometry parameter and not a graphics parameter any on can tell me what to do , thanks advanced&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206892#M2408</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-06-08T14:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a graphic to geometry ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206893#M2409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;STRONG&gt;coneGraphic.Geometry&amp;nbsp;&lt;/STRONG&gt;to get the geometry of the newly created feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Nagma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 18:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206893#M2409</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-06-08T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a graphic to geometry ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206894#M2410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A thing to note here is that the "Cone" isn't the geometry - the location point of the code is. It's merely a symbol used to represent the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FeatureLayers does not at this point support rendering 3D symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 00:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-convert-a-graphic-to-geometry/m-p/206894#M2410</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-06-09T00:01:51Z</dc:date>
    </item>
  </channel>
</rss>

