<?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: Extrusion not working in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/extrusion-not-working/m-p/1273200#M11757</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/442398"&gt;@FlorianKowalsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out to us with your question. Upon looking at your code, I do not see any extrusion operation being done. Please look at the example code in &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/blob/main/src/WPF/WPF.Viewer/Samples/Symbology/FeatureLayerExtrusion/FeatureLayerExtrusion.xaml.cs" target="_self"&gt;this&lt;/A&gt; sample to see how you setup the extrusion on features. If you have more questions, please feel free to reach out to us.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 18:39:08 GMT</pubDate>
    <dc:creator>KoushikHajra</dc:creator>
    <dc:date>2023-03-29T18:39:08Z</dc:date>
    <item>
      <title>Extrusion not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/extrusion-not-working/m-p/1273144#M11756</link>
      <description>&lt;P&gt;I'm trying the Extrusion in a Scene but my Polygon is flat on the Scene.&lt;/P&gt;&lt;P&gt;Can you see the Error?&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;List&amp;lt;Field&amp;gt; polyFields = new List&amp;lt;Field&amp;gt;();
Field areaField = new Field(FieldType.Text, "height","height",50);
polyFields.Add(areaField);
FeatureCollectionTable polysTable = new FeatureCollectionTable(polyFields, GeometryType.Polygon, SpatialReferences.Wgs84);
polysTable.Renderer = CreateRenderer(GeometryType.Polygon);


Feature polyFeature = polysTable.CreateFeature();
polyFeature.SetAttributeValue(areaField, "2100");


Polygon poly = new Polygon(new MapPoint[] { p1u, p2u,p3u,p4u });
polyFeature.Geometry = poly;


await polysTable.AddFeatureAsync(polyFeature);

FeatureCollection featuresCollection = new FeatureCollection();
featuresCollection.Tables.Add(polysTable);

FeatureCollectionLayer collectionLayer = new FeatureCollectionLayer(featuresCollection);

await collectionLayer.LoadAsync();

Scene.OperationalLayers.Add(collectionLayer);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 16:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/extrusion-not-working/m-p/1273144#M11756</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2023-03-29T16:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extrusion not working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/extrusion-not-working/m-p/1273200#M11757</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/442398"&gt;@FlorianKowalsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out to us with your question. Upon looking at your code, I do not see any extrusion operation being done. Please look at the example code in &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/blob/main/src/WPF/WPF.Viewer/Samples/Symbology/FeatureLayerExtrusion/FeatureLayerExtrusion.xaml.cs" target="_self"&gt;this&lt;/A&gt; sample to see how you setup the extrusion on features. If you have more questions, please feel free to reach out to us.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 18:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/extrusion-not-working/m-p/1273200#M11757</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2023-03-29T18:39:08Z</dc:date>
    </item>
  </channel>
</rss>

