<?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: Finding .pln file written ArchiCAD Version. in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159456#M6816</link>
    <description>Hi Ranga,&lt;BR /&gt;
&lt;BR /&gt;
The AC File Open dialog tells you the version and build with which the file was last saved.  See attached screenshot.  Even though I am on Mac, it shows that the PLN was last saved with v 9 under Windows ("W") and build 1812...&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12456iDA8770BF61901E0C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen shot 2009-12-17 at 10.10.17 PM.png" title="Screen shot 2009-12-17 at 10.10.17 PM.png" /&gt;</description>
    <pubDate>Fri, 18 Dec 2009 05:12:24 GMT</pubDate>
    <dc:creator>Karl Ottenstein</dc:creator>
    <dc:date>2009-12-18T05:12:24Z</dc:date>
    <item>
      <title>Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159455#M6815</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have two types of ArcheCAD7.0 .pln files one type is saved before ArchiCAD9.0 was installed on our systems and second types is saved after ArchiCAD9.0 was installed.&lt;BR /&gt;&lt;BR /&gt;If I open the drawings with ArchiCAD9.0 of type one (drawings saved in ArcheCAD7.0 before ArchiCAD9.0 was installed) system is crashing. Other type of files no problem.&lt;BR /&gt;&lt;BR /&gt;That is the reason I want to know which version of ArchiCAD (7, 9, 12, 13) saved that drawing.&lt;BR /&gt;Please any one tells me how do I find ArchiCAD version on which that .pln file was saved or how do I access Info &amp;amp; Preview page on the file properties on the windows?&lt;BR /&gt;Is there any classes, lib or dll available to get file written by (ArchiCAD Version)?&lt;BR /&gt;&lt;BR /&gt;Ranga.&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72818i10B747C51889F556/image-size/large?v=v2&amp;amp;px=999" border="0" alt="File Properties.JPG" title="File Properties.JPG" /&gt;</description>
      <pubDate>Thu, 03 Aug 2023 11:13:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159455#M6815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159456#M6816</link>
      <description>Hi Ranga,&lt;BR /&gt;
&lt;BR /&gt;
The AC File Open dialog tells you the version and build with which the file was last saved.  See attached screenshot.  Even though I am on Mac, it shows that the PLN was last saved with v 9 under Windows ("W") and build 1812...&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/12456iDA8770BF61901E0C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen shot 2009-12-17 at 10.10.17 PM.png" title="Screen shot 2009-12-17 at 10.10.17 PM.png" /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 05:12:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159456#M6816</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-12-18T05:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159457#M6817</link>
      <description>...and here's a shot of a file last saved with  AC 7 build 1877 on Windows.&lt;BR /&gt;
&lt;BR /&gt;
Not sure if that's what you meant?&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 18 Dec 2009 05:13:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159457#M6817</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-12-18T05:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159458#M6818</link>
      <description>Hi Karl Ottenstein,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for replay. &lt;BR /&gt;
&lt;BR /&gt;
I can access version information by clicking the file properties in the windows and on the file open dialog. But, I want to access this information form apx, any application or any class(example FileInfo or FileVersionInfo classes from .net framework).&lt;BR /&gt;
&lt;BR /&gt;
Is there any way can I access this information programmatically?.&lt;BR /&gt;
&lt;BR /&gt;
Ranga</description>
      <pubDate>Fri, 18 Dec 2009 05:49:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159458#M6818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-18T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159459#M6819</link>
      <description>Oops.  Sorry, I had not noticed that you were in the Developer Forum.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
I've never looked into this from the API.  Perhaps someone else knows.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 18 Dec 2009 17:12:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159459#M6819</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-12-18T17:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159460#M6820</link>
      <description>Is there any one have any ideas?</description>
      <pubDate>Wed, 23 Dec 2009 00:55:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159460#M6820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T00:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding .pln file written ArchiCAD Version.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159461#M6821</link>
      <description>&lt;BLOCKQUOTE&gt;Ranga wrote:&lt;BR /&gt;Is there any one have any ideas?&lt;/BLOCKQUOTE&gt;
Sorry, no. I can only suggest looking at the API for the host operating system instead. There will be ways of extracting additional information from files, but I don't know if it will include the data you're seeking.</description>
      <pubDate>Wed, 23 Dec 2009 10:19:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Finding-pln-file-written-ArchiCAD-Version/m-p/159461#M6821</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2009-12-23T10:19:56Z</dc:date>
    </item>
  </channel>
</rss>

