<?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: Revisions on sheet in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10809626#M21961</link>
    <description>&lt;P&gt;I did not think of doing it in Excel. I was thinking to just have a list of the sheets in a Revit Drawing List with new columns for the Revisions on Sheet with a yes or no and have that turn on the revision on those sheets. At least that would be all in one location and I could select several sheets at one time and change it to yes or no.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 17:51:20 GMT</pubDate>
    <dc:creator>chris.slattery</dc:creator>
    <dc:date>2021-12-08T17:51:20Z</dc:date>
    <item>
      <title>Revisions on sheet</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10807490#M21959</link>
      <description>&lt;P&gt;Does anyone know if there is a way to access the Revisions on Sheet parameter? I would like to add that to a drawing list table so I can turn these on and off from one location instead of selecting each sheet one at a time.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:52:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10807490#M21959</guid>
      <dc:creator>chris.slattery</dc:creator>
      <dc:date>2021-12-07T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Revisions on sheet</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10807823#M21960</link>
      <description>&lt;P&gt;it's a good one...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get all revision on a sheet you will need .GetAllRevisionIds().&amp;nbsp;&lt;/P&gt;&lt;P&gt;let's say Rev_List = sheet.GetAllRevisionIds()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to add revision, you will need to add the revision to the existing&amp;nbsp; list of ids (revision's ids)&lt;/P&gt;&lt;P&gt;Rev_List.Add(id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and to set set revision on sheet is :&lt;/P&gt;&lt;P&gt;sheet.SetAdditionalRevisionIds(Rev_List)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i assume you want to do it by an Excel schedule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 01:59:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10807823#M21960</guid>
      <dc:creator>Yien_Chao</dc:creator>
      <dc:date>2021-12-08T01:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Revisions on sheet</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10809626#M21961</link>
      <description>&lt;P&gt;I did not think of doing it in Excel. I was thinking to just have a list of the sheets in a Revit Drawing List with new columns for the Revisions on Sheet with a yes or no and have that turn on the revision on those sheets. At least that would be all in one location and I could select several sheets at one time and change it to yes or no.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:51:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revisions-on-sheet/m-p/10809626#M21961</guid>
      <dc:creator>chris.slattery</dc:creator>
      <dc:date>2021-12-08T17:51:20Z</dc:date>
    </item>
  </channel>
</rss>

