<?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 Table Filling Consumes System's RAM !! in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201533#M20625</link>
    <description>Hi, I'm using C# I noticed that filling a table of e.g. 200 rows consumes so much of Computer Memory (around 300 MB!!) or more, Creating the table itself with 200 rows is not a problem but when it comes to Filling the data in the table it consumes huge amount of Ram,&lt;BR /&gt;
==================================================&lt;BR /&gt;
// I'm Filling 9's in whole table as an Example&lt;BR /&gt;
double[] inTable = new double[3];&lt;BR /&gt;
tab = mod.AddTable(inTable, 200, 8, 40);&lt;BR /&gt;
for (int i = 0; i &amp;lt; 200; i++)&lt;BR /&gt;
{&lt;BR /&gt;
tab.SetCellValue(i , 0, 9);&lt;BR /&gt;
tab.SetCellValue(i , 1,9);&lt;BR /&gt;
}&lt;BR /&gt;
==================================================&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to avoid this Consumption of RAM especially when there are more than 200 Rows??&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Please Help&lt;BR /&gt;
Thank you</description>
    <pubDate>Tue, 11 Mar 2008 11:03:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-11T11:03:00Z</dc:date>
    <item>
      <title>Table Filling Consumes System's RAM !!</title>
      <link>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201533#M20625</link>
      <description>Hi, I'm using C# I noticed that filling a table of e.g. 200 rows consumes so much of Computer Memory (around 300 MB!!) or more, Creating the table itself with 200 rows is not a problem but when it comes to Filling the data in the table it consumes huge amount of Ram,&lt;BR /&gt;
==================================================&lt;BR /&gt;
// I'm Filling 9's in whole table as an Example&lt;BR /&gt;
double[] inTable = new double[3];&lt;BR /&gt;
tab = mod.AddTable(inTable, 200, 8, 40);&lt;BR /&gt;
for (int i = 0; i &amp;lt; 200; i++)&lt;BR /&gt;
{&lt;BR /&gt;
tab.SetCellValue(i , 0, 9);&lt;BR /&gt;
tab.SetCellValue(i , 1,9);&lt;BR /&gt;
}&lt;BR /&gt;
==================================================&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to avoid this Consumption of RAM especially when there are more than 200 Rows??&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Please Help&lt;BR /&gt;
Thank you</description>
      <pubDate>Tue, 11 Mar 2008 11:03:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201533#M20625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-11T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Filling Consumes System's RAM !!</title>
      <link>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201534#M20626</link>
      <description>This happens because of AutoCAD create a&lt;BR /&gt;
new scratch of table every time you'll add some&lt;BR /&gt;
changes into it &lt;BR /&gt;
Take a look at 'RegenerateTableSuppressed' method&lt;BR /&gt;
in the Help file to bypass this trouble&lt;BR /&gt;
&lt;BR /&gt;
~'J'~</description>
      <pubDate>Tue, 11 Mar 2008 16:46:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201534#M20626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-11T16:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Filling Consumes System's RAM !!</title>
      <link>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201535#M20627</link>
      <description>it Worked, using the Property u mentioned; Thank you:)</description>
      <pubDate>Tue, 11 Mar 2008 18:22:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/table-filling-consumes-system-s-ram/m-p/2201535#M20627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-11T18:22:29Z</dc:date>
    </item>
  </channel>
</rss>

