<?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: Graphic layer: How to rotate a graphic Element in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1154143#M7942</link>
    <description>&lt;P&gt;Thank you. will try this out&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 04:15:45 GMT</pubDate>
    <dc:creator>KarthikAditya</dc:creator>
    <dc:date>2022-03-16T04:15:45Z</dc:date>
    <item>
      <title>Graphic layer: How to rotate a graphic Element</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1152861#M7911</link>
      <description>&lt;P&gt;I would like to rotate/ flip a graphic element using the Pro SDK but could not find any references for doing this.&lt;/P&gt;&lt;P&gt;See below images for reference.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Line element with marker arrow symbol&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KarthikAditya_0-1646988557816.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36127i7B5EDDC8F361B481/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KarthikAditya_0-1646988557816.png" alt="KarthikAditya_0-1646988557816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Marker arrow symbol after vertical flip&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KarthikAditya_1-1646988693930.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36128i55078C3711E86C70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KarthikAditya_1-1646988693930.png" alt="KarthikAditya_1-1646988693930.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the code snippet of how I'm creating an element. How can I rotate or flip it while creating it?&lt;/P&gt;&lt;P&gt;CIMSymbolReference symbolReference = SymbologyHelper.GetLineSymbolReference("Marker Arrow 1");&lt;/P&gt;&lt;P&gt;CIMLineGraphic cimGraphicElement = new CIMLineGraphic&lt;BR /&gt;{&lt;BR /&gt;Line = geometry as Polyline,&lt;BR /&gt;Symbol = symbolReference&lt;BR /&gt;};&lt;BR /&gt;graphicsLayer.AddElement(cimGraphicElement);&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 12:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1152861#M7911</guid>
      <dc:creator>KarthikAditya</dc:creator>
      <dc:date>2022-03-11T12:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic layer: How to rotate a graphic Element</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1153265#M7921</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you need to rotate geometry first (before creating cimGraphicElement). It could be done by using GeometryEngine Rotate method. More info here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic8281.html" target="_self"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic8281.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 06:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1153265#M7921</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2022-03-14T06:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic layer: How to rotate a graphic Element</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1154143#M7942</link>
      <description>&lt;P&gt;Thank you. will try this out&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 04:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/graphic-layer-how-to-rotate-a-graphic-element/m-p/1154143#M7942</guid>
      <dc:creator>KarthikAditya</dc:creator>
      <dc:date>2022-03-16T04:15:45Z</dc:date>
    </item>
  </channel>
</rss>

