<?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: Automatically Generate Dimensions in VBA in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291199#M137843</link>
    <description>&lt;P&gt;you have not set "a"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check vba help and object browser.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2012 00:30:16 GMT</pubDate>
    <dc:creator>skyngu</dc:creator>
    <dc:date>2012-01-13T00:30:16Z</dc:date>
    <item>
      <title>Automatically Generate Dimensions in VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3289615#M137840</link>
      <description>&lt;P&gt;Is it possible in VBA to automatically generate dimensions on a particular view?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some told me that retrieve dimensions tool will be applicable. Did someone has a sample code for retrieve dimensions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLS HELP!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 01:27:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3289615#M137840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T01:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Generate Dimensions in VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3290433#M137841</link>
      <description>&lt;P&gt;Dim oDrawingView As DrawingView&lt;/P&gt;&lt;P&gt;For Each oDrawingView In oDrawingViews&lt;/P&gt;&lt;P&gt;Call oAllDimensions.Retrieve(oDrawingView)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Next&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 16:47:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3290433#M137841</guid>
      <dc:creator>skyngu</dc:creator>
      <dc:date>2012-01-12T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Generate Dimensions in VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291159#M137842</link>
      <description>&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;Set sideView= osheet.DrawingViews.addBaseView....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DIm a as GeneralDimensions&lt;/P&gt;&lt;P&gt;Call a.Retrieve(sideView)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above is the snippet of our program.&lt;/P&gt;&lt;P&gt;What is wrong or lacking in our code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error with this code is(Run-time error '91'; &amp;nbsp;Object variable or Wtih block variable not set)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.....thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 23:47:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291159#M137842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T23:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Generate Dimensions in VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291199#M137843</link>
      <description>&lt;P&gt;you have not set "a"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check vba help and object browser.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2012 00:30:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291199#M137843</guid>
      <dc:creator>skyngu</dc:creator>
      <dc:date>2012-01-13T00:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Generate Dimensions in VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291417#M137844</link>
      <description>&lt;P&gt;Can help us how to set "a"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're just starting using VBA. We still have difficulties regarding to objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2012 08:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-generate-dimensions-in-vba/m-p/3291417#M137844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-13T08:41:43Z</dc:date>
    </item>
  </channel>
</rss>

