<?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 Get Dimenions or Form Control Feature item number with iLogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/get-dimenions-or-form-control-feature-item-number-with-ilogic/m-p/6832576#M69636</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating a drawing which will have values updated with iLogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble updating Feature Control Frames and Dimensions. I am looking for a method to obtain their item numbers so I can control their location and values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get the objects using the select set method but I do not know how to obtain the item number of the object once I have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code for getting object with select set:&lt;/P&gt;&lt;PRE&gt;Dim oFeatContFrame As FeatureControlFrame

	
For Each oFeatContFrame In ThisDoc.Document.SelectSet
	'adds a note to the control frame
	oFeatContFrame.notes = "111"	
Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but as said above I do not know how to get the item number so I can later set the value:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ActiveSheet.Sheet.FeatureControlFrames.item(x).notes = "111"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 11:03:23 GMT</pubDate>
    <dc:creator>johnster100</dc:creator>
    <dc:date>2017-01-26T11:03:23Z</dc:date>
    <item>
      <title>Get Dimenions or Form Control Feature item number with iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/get-dimenions-or-form-control-feature-item-number-with-ilogic/m-p/6832576#M69636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating a drawing which will have values updated with iLogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble updating Feature Control Frames and Dimensions. I am looking for a method to obtain their item numbers so I can control their location and values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get the objects using the select set method but I do not know how to obtain the item number of the object once I have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code for getting object with select set:&lt;/P&gt;&lt;PRE&gt;Dim oFeatContFrame As FeatureControlFrame

	
For Each oFeatContFrame In ThisDoc.Document.SelectSet
	'adds a note to the control frame
	oFeatContFrame.notes = "111"	
Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but as said above I do not know how to get the item number so I can later set the value:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ActiveSheet.Sheet.FeatureControlFrames.item(x).notes = "111"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/get-dimenions-or-form-control-feature-item-number-with-ilogic/m-p/6832576#M69636</guid>
      <dc:creator>johnster100</dc:creator>
      <dc:date>2017-01-26T11:03:23Z</dc:date>
    </item>
  </channel>
</rss>

