<?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: Python - Renovation Status in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/355156#M706</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Is there any new information on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 16:32:20 GMT</pubDate>
    <dc:creator>davidrubio</dc:creator>
    <dc:date>2022-09-05T16:32:20Z</dc:date>
    <item>
      <title>Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269522#M701</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;One of the biggest problems that I'm running into in working with property automation is the lack of access to the property 'Renovation Status'. I can't find it in the General property list and am wondering if it is listed under another name?&lt;BR /&gt;&lt;BR /&gt;I would like to be able to mass update the status of selected elements based on the phase of a project. I don't want to use C++ or create a new parallel property which would just cause confusion.&lt;BR /&gt;&lt;BR /&gt;Wondering why Renovation Status is not on the list and will it ever be?&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 07:54:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269522#M701</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2021-09-15T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269523#M702</link>
      <description>I think this is so because the Renovation Filter is not a Property, but a "Category". If you go to Settings Dialogs, you can see that it is not listed under Properties, but is listed higher in the "Classification and Properties" panel, under "ID and Categories", along with categories like "Structural Function" and "Position".&lt;BR /&gt;
&lt;BR /&gt;
I think Python deals with Properties specifically.</description>
      <pubDate>Sun, 09 Aug 2020 11:34:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269523#M702</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-08-09T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269524#M703</link>
      <description>&lt;BLOCKQUOTE&gt;LaszloNagy wrote:&lt;BR /&gt;
I think Python deals with Properties specifically.
&lt;/BLOCKQUOTE&gt;

Thanks for your reply LASZLO. But now I am Triple confused?&lt;BR /&gt;
&lt;BR /&gt;
Renovation Status is listed in the Object Settings under the Group RENOVATION and is listed in Schedule under the Group General.&lt;BR /&gt;
&lt;BR /&gt;
It appears to be a Built-in Property which are definitely accessible but not all are listed as such. Don't know if it is read only. But it is not reachable under the groups of: IdAndCategories, Renovation, or General: unless I'm spelling it wrong? -- Perhaps because it is a singleEnum Built-in?&lt;BR /&gt;
&lt;BR /&gt;
At any rate the answer seem to be "No" --- Disappointed.</description>
      <pubDate>Sun, 09 Aug 2020 15:20:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269524#M703</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2020-08-09T15:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269525#M704</link>
      <description>Hi Gerry,&lt;BR /&gt;
&lt;BR /&gt;
From API point of view the Renovation Status is a Built-in Property.&lt;BR /&gt;
Currently not all the Built-in Properties are accessible via JSON/Python API. For example the Option Set typed Built-in Properties (which have option set to choose one from) are not available currently. Renovation Status is in that category.&lt;BR /&gt;
Making all properties available via JSON/Python API is on our short-term backlog, we are already working on it.</description>
      <pubDate>Sun, 09 Aug 2020 16:37:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269525#M704</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2020-08-09T16:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269526#M705</link>
      <description>Thanks for the reply TIBOR:&lt;BR /&gt;
&lt;BR /&gt;
My application is to automate the update of properties -- both custom and some Built-in via a Excel Spreadsheet. But I would like to filter the selection set by Renovation Status, thus the question on that property. Would like to also be able to change the Renovation Status of a selected set based on some phase of the project. Therefore, would like to see Renovation Status as a read/write property -- if possible?  I'm already doing something similar with the custom singleEnum of 'Fire Resistance Rating' (GeneralRatings) -- seems to work well.&lt;BR /&gt;
&lt;BR /&gt;
Looking forward to the next release of Python -- hopefully soon?</description>
      <pubDate>Sun, 09 Aug 2020 17:41:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/269526#M705</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2020-08-09T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Renovation Status</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/355156#M706</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Is there any new information on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 16:32:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Renovation-Status/m-p/355156#M706</guid>
      <dc:creator>davidrubio</dc:creator>
      <dc:date>2022-09-05T16:32:20Z</dc:date>
    </item>
  </channel>
</rss>

