<?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 How to construct polygon symbol with marker in the center? in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-construct-polygon-symbol-with-marker-in-the/m-p/793764#M1114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I construct a polygon symbol with a single picture marker in the center?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is the MultilayerPolygonSymbol type that I want to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a simple fill symbol and also a PictureMakerSymbolLayer, and tried to combine them into a multi layer polygon symbol, similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #45c6d6;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;newMultiLayerSymbol&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #66a334;"&gt;ArcGISRuntimeEnvironment&lt;/SPAN&gt;.createObject(&lt;SPAN style="color: #d69545;"&gt;"MultilayerPolygonSymbol"&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;{initSimpleFillSymbol: mySimpleFillSymbol})&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;newMultiLayerSymbol&lt;/SPAN&gt;.symbolLayers.append(myP&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;ictureMarkerSymbolLayer&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
I then created a graphic with a polygon geometry and gave it that symbol. It kind of worked,
in that I got a polygon with my simple fill but it also wall-papered (i.e. tiled) the 
picture marker symbol across the polygon too! I instead wanted just one single instance of the
picture marker symbol in the center of my polygon.

Am I on the right track and how could I do this?

fyi, the documentation seems to suggest I can do this:
&lt;A href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-multilayerpolygonsymbol.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-multilayerpolygonsymbol.html&lt;/A&gt;
&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;EM&gt;"This is a polygon symbol with multiple layers. Each layer has its own properties like width, height, and offset, that can be combined to create polygon symbols with special effects (a polygon with a marker in the center, for example).&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt; "&lt;/EM&gt;

&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:08:11 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-12T09:08:11Z</dc:date>
    <item>
      <title>How to construct polygon symbol with marker in the center?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-construct-polygon-symbol-with-marker-in-the/m-p/793764#M1114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I construct a polygon symbol with a single picture marker in the center?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is the MultilayerPolygonSymbol type that I want to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a simple fill symbol and also a PictureMakerSymbolLayer, and tried to combine them into a multi layer polygon symbol, similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #45c6d6;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;newMultiLayerSymbol&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #66a334;"&gt;ArcGISRuntimeEnvironment&lt;/SPAN&gt;.createObject(&lt;SPAN style="color: #d69545;"&gt;"MultilayerPolygonSymbol"&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;{initSimpleFillSymbol: mySimpleFillSymbol})&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;newMultiLayerSymbol&lt;/SPAN&gt;.symbolLayers.append(myP&lt;SPAN style="font-style: italic; color: #9acfd6;"&gt;ictureMarkerSymbolLayer&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
I then created a graphic with a polygon geometry and gave it that symbol. It kind of worked,
in that I got a polygon with my simple fill but it also wall-papered (i.e. tiled) the 
picture marker symbol across the polygon too! I instead wanted just one single instance of the
picture marker symbol in the center of my polygon.

Am I on the right track and how could I do this?

fyi, the documentation seems to suggest I can do this:
&lt;A href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-multilayerpolygonsymbol.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-multilayerpolygonsymbol.html&lt;/A&gt;
&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;EM&gt;"This is a polygon symbol with multiple layers. Each layer has its own properties like width, height, and offset, that can be combined to create polygon symbols with special effects (a polygon with a marker in the center, for example).&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt; "&lt;/EM&gt;

&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-construct-polygon-symbol-with-marker-in-the/m-p/793764#M1114</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct polygon symbol with marker in the center?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-construct-polygon-symbol-with-marker-in-the/m-p/793765#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looping in &lt;A href="https://community.esri.com/space/2136"&gt;ArcGIS Runtime SDK for Qt&lt;/A&gt;‌ to see anyone on this group could help answer this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 16:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-construct-polygon-symbol-with-marker-in-the/m-p/793765#M1115</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2019-05-28T16:19:09Z</dc:date>
    </item>
  </channel>
</rss>

