<?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 API path to iproperties values in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762555#M169178</link>
    <description>I'm trying to write a macro that needs a path to read/write to the iproperties within a .ipt file.  For instance I want to be able to change the Title, the keywords, and the vendor of a .ipt file using visual basic code. I tried using ThisApplication.ActiveDocument.PropertySets.Item.Item.Value and other variations, but cannot seem to find a valid path.  If you have knowledge of this could you also provide a sample of code?</description>
    <pubDate>Tue, 26 Aug 2003 09:59:49 GMT</pubDate>
    <dc:creator>john</dc:creator>
    <dc:date>2003-08-26T09:59:49Z</dc:date>
    <item>
      <title>API path to iproperties values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762555#M169178</link>
      <description>I'm trying to write a macro that needs a path to read/write to the iproperties within a .ipt file.  For instance I want to be able to change the Title, the keywords, and the vendor of a .ipt file using visual basic code. I tried using ThisApplication.ActiveDocument.PropertySets.Item.Item.Value and other variations, but cannot seem to find a valid path.  If you have knowledge of this could you also provide a sample of code?</description>
      <pubDate>Tue, 26 Aug 2003 09:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762555#M169178</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2003-08-26T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: API path to iproperties values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762556#M169179</link>
      <description>The online help has a good example of how to access properties.&lt;BR /&gt;
&lt;BR /&gt;
One example would be&lt;BR /&gt;
&lt;BR /&gt;
oPropsets.Item("{32853F0F-3444-11D1-9E93-0060B03C1CA6}").ItemByPropId(kEngin&lt;BR /&gt;
eerDesignTrackingProperties).Value = "Stuff"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Sean Dotson, PE&lt;BR /&gt;
http://www.sdotson.com&lt;BR /&gt;
Check the Inventor FAQ for most common questions&lt;BR /&gt;
www.sdotson.com/faq.html&lt;BR /&gt;
-----------------------------------------------------------------------&lt;BR /&gt;
"pharmer123" &lt;JOHN&gt; wrote in message&lt;BR /&gt;
news:f1848f9.-1@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I'm trying to write a macro that needs a path to read/write to the&lt;BR /&gt;
iproperties within a .ipt file. For instance I want to be able to change the&lt;BR /&gt;
Title, the keywords, and the vendor of a .ipt file using visual basic code.&lt;BR /&gt;
I tried using ThisApplication.ActiveDocument.PropertySets.Item.Item.Value&lt;BR /&gt;
and other variations, but cannot seem to find a valid path. If you have&lt;BR /&gt;
knowledge of this could you also provide a sample of code?&lt;/JOHN&gt;</description>
      <pubDate>Tue, 26 Aug 2003 10:39:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762556#M169179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-26T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: API path to iproperties values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762557#M169180</link>
      <description>Have a look in Inventor Customer files, named &lt;BR /&gt;
"Inventor/VB(A)/Class to handle Document Properties"&lt;BR /&gt;
Anton</description>
      <pubDate>Thu, 28 Aug 2003 13:50:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762557#M169180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-28T13:50:39Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762558#M169181</link>
      <description>Anton!  How have you been?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Sean Dotson, PE&lt;BR /&gt;
http://www.sdotson.com&lt;BR /&gt;
Check the Inventor FAQ for most common questions&lt;BR /&gt;
www.sdotson.com/faq.html&lt;BR /&gt;
-----------------------------------------------------------------------&lt;BR /&gt;
"avbuiten" &lt;A.V.BUITEN&gt; wrote in message&lt;BR /&gt;
news:f1848f9.1@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Have a look in Inventor Customer files, named&lt;BR /&gt;
&amp;gt; "Inventor/VB(A)/Class to handle Document Properties"&lt;BR /&gt;
&amp;gt; Anton&lt;/A.V.BUITEN&gt;</description>
      <pubDate>Fri, 29 Aug 2003 11:22:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762558#M169181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-29T11:22:31Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762559#M169182</link>
      <description>Bad, but the head above see level again.&lt;BR /&gt;
Enjoying solving Inventor/VB(A) problems.&lt;BR /&gt;
Happy seeing you still (very) active in these groups.&lt;BR /&gt;
Partly working on EDM/AutoCAD projects, and in due time EDM/Inventor projects.&lt;BR /&gt;
&lt;BR /&gt;
Greetings,&lt;BR /&gt;
Anton</description>
      <pubDate>Fri, 29 Aug 2003 13:05:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762559#M169182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-29T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762560#M169183</link>
      <description>Sounds interesting.  Let me know about the EDM- Inventor.  We currently EDM&lt;BR /&gt;
our parts from AutoCAD.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Sean Dotson, PE&lt;BR /&gt;
http://www.sdotson.com&lt;BR /&gt;
Check the Inventor FAQ for most common questions&lt;BR /&gt;
www.sdotson.com/faq.html&lt;BR /&gt;
----------------------------------------------------------------------------&lt;BR /&gt;
------&lt;BR /&gt;
"avbuiten" &lt;A.V.BUITEN&gt; wrote in message&lt;BR /&gt;
news:f1848f9.3@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Bad, but the head above see level again.&lt;BR /&gt;
&amp;gt; Enjoying solving Inventor/VB(A) problems.&lt;BR /&gt;
&amp;gt; Happy seeing you still (very) active in these groups.&lt;BR /&gt;
&amp;gt; Partly working on EDM/AutoCAD projects, and in due time EDM/Inventor&lt;BR /&gt;
projects.&lt;BR /&gt;
&amp;gt; Greetings,&lt;BR /&gt;
&amp;gt; Anton&lt;BR /&gt;
&amp;gt;&lt;/A.V.BUITEN&gt;</description>
      <pubDate>Sun, 31 Aug 2003 16:05:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762560#M169183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-08-31T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762561#M169184</link>
      <description>Hi Sean,&lt;BR /&gt;
Well i am still learning the howto, but more important the why? It's a complete different material and it take me a while to think like a designer for it's need to store and retrieve their documents, the relations between drawings and other documents, many different procedures for workflow etc. Which EDM system do you use? (if i may ask)&lt;BR /&gt;
Anton</description>
      <pubDate>Mon, 01 Sep 2003 12:32:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/api-path-to-iproperties-values/m-p/762561#M169184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-09-01T12:32:26Z</dc:date>
    </item>
  </channel>
</rss>

