<?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 Marker symbol appearing as pattern for polygon features in Scene. in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1307868#M11985</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have created a polygon symbol with 2 layers, one for the outline of feature and another picture marker symbol appearing at the center of the feature. In Map it's displaying as expected, but when we see it in scene, the picture marker symbol supposed to be at center of feature appears as pattern inside the polygon.&lt;/P&gt;&lt;P&gt;I have attached the images for reference. Please let me know if there's any solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sukhesh Krishna&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 10:42:06 GMT</pubDate>
    <dc:creator>Sukhesh_Krishna</dc:creator>
    <dc:date>2023-07-13T10:42:06Z</dc:date>
    <item>
      <title>Marker symbol appearing as pattern for polygon features in Scene.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1307868#M11985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have created a polygon symbol with 2 layers, one for the outline of feature and another picture marker symbol appearing at the center of the feature. In Map it's displaying as expected, but when we see it in scene, the picture marker symbol supposed to be at center of feature appears as pattern inside the polygon.&lt;/P&gt;&lt;P&gt;I have attached the images for reference. Please let me know if there's any solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sukhesh Krishna&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 10:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1307868#M11985</guid>
      <dc:creator>Sukhesh_Krishna</dc:creator>
      <dc:date>2023-07-13T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Marker symbol appearing as pattern for polygon features in Scene.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1312850#M11995</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/582809"&gt;@Sukhesh_Krishna&lt;/a&gt;&amp;nbsp;for your post. Are you able to share code which you used to create your symbolized polygon? This would better help me triage your problem.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1312850#M11995</guid>
      <dc:creator>williambohrmann3</dc:creator>
      <dc:date>2023-07-27T21:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Marker symbol appearing as pattern for polygon features in Scene.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1312869#M11996</link>
      <description>&lt;P&gt;When I tap a SceneView or MapView, my polgyon fills entirely with my picture.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;private void GeoView_GeoViewTapped(object sender, Esri.ArcGISRuntime.UI.Controls.GeoViewInputEventArgs e)
        {
            var offset = MyGeoView is MapView ? 500 : 0.01;
            List&amp;lt;MapPoint&amp;gt; points = new List&amp;lt;MapPoint&amp;gt;() 
            { 
                new MapPoint(e.Location.X, e.Location.Y, e.Location.Z),
                new MapPoint(e.Location.X, e.Location.Y + offset, e.Location.Z),
                new MapPoint(e.Location.X + offset, e.Location.Y + offset, e.Location.Z),
                new MapPoint(e.Location.X + offset, e.Location.Y, e.Location.Z)
            };

            Geometry geometry = new Polygon(points);

            var polygonSymbol = new SolidStrokeSymbolLayer(2, Color.Blue);
            var picMarkerSymbol = new PictureMarkerSymbolLayer(new Uri("image"));

            var multilayerPolygonSymbol = new MultilayerPolygonSymbol(new SymbolLayer[] { polygonSymbol, picMarkerSymbol });

            Graphic graphic1 = new Graphic(geometry, multilayerPolygonSymbol);
            _overlay = new GraphicsOverlay();
            _overlay.Graphics.Add(graphic1);
            MyGeoView.GraphicsOverlays?.Add(_overlay);
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 22:27:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/marker-symbol-appearing-as-pattern-for-polygon/m-p/1312869#M11996</guid>
      <dc:creator>williambohrmann3</dc:creator>
      <dc:date>2023-07-27T22:27:55Z</dc:date>
    </item>
  </channel>
</rss>

