<?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 Data Frame Rotation in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696182#M18657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using VB.NET, I'm trying to rotate the display view, like the Rotation option in the Data Frame Properties. I can only find VBA codes on it and I'm trying to convert it into .NET, but I'm having trouble.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pMap As IMap = My.ArcMap.Document.ActiveView Dim pActiveView As IActiveView = pMap.FocusMap pActiveView.ScreenDisplay.DisplayTransformation.Rotation = 90 pActiveView.Refresh()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 13:46:21 GMT</pubDate>
    <dc:creator>DaveCouture</dc:creator>
    <dc:date>2014-01-21T13:46:21Z</dc:date>
    <item>
      <title>Data Frame Rotation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696182#M18657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using VB.NET, I'm trying to rotate the display view, like the Rotation option in the Data Frame Properties. I can only find VBA codes on it and I'm trying to convert it into .NET, but I'm having trouble.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pMap As IMap = My.ArcMap.Document.ActiveView Dim pActiveView As IActiveView = pMap.FocusMap pActiveView.ScreenDisplay.DisplayTransformation.Rotation = 90 pActiveView.Refresh()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696182#M18657</guid>
      <dc:creator>DaveCouture</dc:creator>
      <dc:date>2014-01-21T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Frame Rotation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696183#M18658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think your code should be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Dim pActiveView As IActiveView&amp;nbsp; pActiveView = My.ArcMap.Document.ActiveView pActiveView.ScreenDisplay.DisplayTransformation.Rotation = 90 pActiveView.Refresh()&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696183#M18658</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-01-21T14:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Frame Rotation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696184#M18659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks...that did it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 15:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/data-frame-rotation/m-p/696184#M18659</guid>
      <dc:creator>DaveCouture</dc:creator>
      <dc:date>2014-01-21T15:11:16Z</dc:date>
    </item>
  </channel>
</rss>

