<?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 tile 2 window using api? in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-tile-2-window-using-api/m-p/8557127#M44618</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;Have a good day.&lt;/P&gt;
&lt;P&gt;May I ask about to tiling 2 window in Revit, in case many views are opened. I just want 2 windows of that will be arranged side by side. (same function with arrange window in auto section box)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arrange.PNG" style="width: 314px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/596475i54A8A661F9F07457/image-size/large?v=v2&amp;amp;px=999" role="button" title="arrange.PNG" alt="arrange.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have researched about that and maybe it related to win32, it's nice if someone can explain about that or if there are some documents can solve that, please provide to me.&lt;/P&gt;
&lt;P&gt;Thank you and your solution is highly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 06:58:28 GMT</pubDate>
    <dc:creator>Shai.Nguyen</dc:creator>
    <dc:date>2019-01-29T06:58:28Z</dc:date>
    <item>
      <title>How to tile 2 window using api?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-tile-2-window-using-api/m-p/8557127#M44618</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;Have a good day.&lt;/P&gt;
&lt;P&gt;May I ask about to tiling 2 window in Revit, in case many views are opened. I just want 2 windows of that will be arranged side by side. (same function with arrange window in auto section box)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arrange.PNG" style="width: 314px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/596475i54A8A661F9F07457/image-size/large?v=v2&amp;amp;px=999" role="button" title="arrange.PNG" alt="arrange.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have researched about that and maybe it related to win32, it's nice if someone can explain about that or if there are some documents can solve that, please provide to me.&lt;/P&gt;
&lt;P&gt;Thank you and your solution is highly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 06:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-tile-2-window-using-api/m-p/8557127#M44618</guid>
      <dc:creator>Shai.Nguyen</dc:creator>
      <dc:date>2019-01-29T06:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to tile 2 window using api?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-tile-2-window-using-api/m-p/8557219#M44619</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;before the docking/tabbing system introduced in Revit 2019, one could move and resize the windows inside the multi document window, using fast Win API.&lt;/P&gt;
&lt;P&gt;But since 2019, Revit uses the AvalonDock framework.&lt;/P&gt;
&lt;P&gt;There aren't any window handles any more.&lt;/P&gt;
&lt;P&gt;They are still accessible via UIAutomation, but that's very slow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a built in command, but it tiles &lt;EM&gt;&lt;STRONG&gt;all&lt;/STRONG&gt; &lt;/EM&gt;opened windows.&lt;/P&gt;
&lt;P&gt;Just for completeness' sakeness:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;RevitCommandId commandId = RevitCommandId.LookupPostableCommandId(PostableCommand.TileViews);

if (uiApp.CanPostCommand(commandId))
{
	uiApp.PostCommand(commandId);
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:11:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-tile-2-window-using-api/m-p/8557219#M44619</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-01-29T08:11:00Z</dc:date>
    </item>
  </channel>
</rss>

