<?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: Rotation Expression: Arcade expression issue in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1686679#M13874</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/695970"&gt;@JBuchanan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried to reproduce and was able to. Looks like something regressed or changed over the period. It should work. I have logged a bug for us to look into this further. Thanks for bringing this to our attention.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Preeti&lt;/P&gt;</description>
    <pubDate>Wed, 25 Feb 2026 19:04:34 GMT</pubDate>
    <dc:creator>PreetiMaske</dc:creator>
    <dc:date>2026-02-25T19:04:34Z</dc:date>
    <item>
      <title>Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1169658#M10949</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm developing mobile app and some featurelayers contains a column "SYMB_ROTATION" that represents the angle the symbol need to do.&lt;BR /&gt;&lt;BR /&gt;for now I simply create a UniqueValueRenderer and apply the rotation like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;assetRenderer.RotationExpression = $"[{rotationName}]-90";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where rotationName is the column of the rotation value.&lt;BR /&gt;&lt;BR /&gt;I also tried with the ArcadeExpression but it doesn't work&lt;BR /&gt;&lt;BR /&gt;Maybe I miss something.&lt;BR /&gt;&lt;BR /&gt;Does someone has a working sample of cod ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 09:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1169658#M10949</guid>
      <dc:creator>StephM</dc:creator>
      <dc:date>2022-05-02T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1169793#M10953</link>
      <description>&lt;P&gt;Try passing the exact field name in square brackets like&amp;nbsp;&lt;SPAN&gt;[SYMB_ROTATION]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 18:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1169793#M10953</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2022-05-02T18:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1170507#M10962</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1217"&gt;@PreetiMaske&lt;/a&gt;,&lt;BR /&gt;thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;My problem is the "-90" that seems not applied...&lt;BR /&gt;&lt;BR /&gt;The rotation is done, it's the expression itself that doesn't work.&lt;/P&gt;&lt;P&gt;Thanks .&lt;BR /&gt;S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 06:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1170507#M10962</guid>
      <dc:creator>StephM</dc:creator>
      <dc:date>2022-05-04T06:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1170886#M10969</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/583259"&gt;@StephM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently RotationExpression only accepts a fieldname or a value. It is not equipped to accept an arcade expression. I don't know your use case but an alternate is to set rotation using an arcade expression on your data (in ArcGIS Pro) and publish that data with visual variable. Visual variable on renderers are honored in runtime and you will be able to see custom expression applied on the features.&lt;/P&gt;&lt;P&gt;Here are some helpful resources:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.7/help/mapping/layer-properties/vary-symbology-by-rotation.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.7/help/mapping/layer-properties/vary-symbology-by-rotation.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/visualization/data-driven-styles/visual-variables/#:~:text=Visual%20variables%20are%20a%20set,from%20a%20field%20or%20expression" target="_blank"&gt;https://developers.arcgis.com/documentation/mapping-apis-and-services/visualization/data-driven-styles/visual-variables/#:~:text=Visual%20variables%20are%20a%20set,from%20a%20field%20or%20expression&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 22:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1170886#M10969</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2022-05-04T22:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1685932#M13870</link>
      <description>&lt;P&gt;Hi Preeti,&lt;BR /&gt;Sorry to dig up an old post, but I have some follow-up questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mention the RotationExpression only accepts a fieldname or a &lt;STRONG&gt;value&lt;/STRONG&gt;. Rotating by a field name works, but I can't get rotation by value to work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried doing something like Layer.Renderer.RotationExpression = "45", but this seems to have no effect on the symbols. I would expect all symbols to rotate 45deg. Are values no longer supported here? I am on 200.6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. Arcade expressions are still not supported either, correct?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1685932#M13870</guid>
      <dc:creator>JBuchanan</dc:creator>
      <dc:date>2026-02-23T16:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rotation Expression: Arcade expression issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1686679#M13874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/695970"&gt;@JBuchanan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried to reproduce and was able to. Looks like something regressed or changed over the period. It should work. I have logged a bug for us to look into this further. Thanks for bringing this to our attention.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Preeti&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 19:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rotation-expression-arcade-expression-issue/m-p/1686679#M13874</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2026-02-25T19:04:34Z</dc:date>
    </item>
  </channel>
</rss>

