<?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: ReadOnly I-Properties possible? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3848515#M131481</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;İt works... Thanks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mucip:)&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2013 19:43:43 GMT</pubDate>
    <dc:creator>mucip</dc:creator>
    <dc:date>2013-04-10T19:43:43Z</dc:date>
    <item>
      <title>ReadOnly I-Properties possible?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3840087#M131479</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm writing very simple PLM Program with VB Express 2010 on Inventor 2013. I save some data in Custom properties section. But I do not want to modify this data within Inventor. I want to use only my API program to change this Custom properties... Is this possible?...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mucip:)&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 21:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3840087#M131479</guid>
      <dc:creator>mucip</dc:creator>
      <dc:date>2013-04-07T21:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: ReadOnly I-Properties possible?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3840237#M131480</link>
      <description>&lt;P&gt;If you don't need others to view the properties maybe you can try to create a hidden property set whichcan by accessed by yourself. To add a hidden property set is to specify its name with an underline as prefix like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
    
Dim oSet As PropertySet
Set oSet = oDoc.PropertySets.Add("_Hidden")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you add a hidden property set you should restore its name/internal name somewhere to make sure you can access it again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:13:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3840237#M131480</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2013-04-08T05:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: ReadOnly I-Properties possible?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3848515#M131481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;İt works... Thanks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mucip:)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 19:43:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/readonly-i-properties-possible/m-p/3848515#M131481</guid>
      <dc:creator>mucip</dc:creator>
      <dc:date>2013-04-10T19:43:43Z</dc:date>
    </item>
  </channel>
</rss>

