<?xml version="1.0"?>
<rss version="2.0"><channel><title>SDC Publications: Automating SOLIDWORKS 2017 Using Macros Book Errata</title><link>https://www.sdcpublications.com/Textbooks/Automating-SOLIDWORKS-2017-Using-Macros/ISBN/978-1-63057-084-2/Errata/</link><description>A list of the know errors for the book Automating SOLIDWORKS 2017 Using Macros.</description><lastBuildDate>Sun, 05 Apr 2026 07:36:37 -0500</lastBuildDate><docs>http://www.rssboard.org/rss-specification</docs><ttl>983</ttl><image><url>https://static.sdcpublications.com/images/common/logo_rss.png</url><link>https://www.sdcpublications.com/Textbooks/Automating-SOLIDWORKS-2017-Using-Macros/ISBN/978-1-63057-084-2/Errata/</link><title>SDC Publications: Automating SOLIDWORKS 2017 Using Macros Book Errata</title><width>144</width><height>54</height></image><skipDays><day>Saturday</day><day>Sunday</day></skipDays><item><description>&lt;p&gt;&#13;
  In Step #1 says...&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  You might want to turn on the SOLIDWORKS system option “Show dimension names” from the general category for easy access to specific dimensions.&#13;
&lt;/blockquote&gt;&#13;
&lt;p&gt;&#13;
  It should say...&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  For better dimension name visibility, select View, Hide / Show, Dimension Names.&#13;
&lt;/blockquote&gt;&#13;</description><title>Chapter 3 Page 29</title><link>https://www.sdcpublications.com/Textbooks/Automating-SOLIDWORKS-2017-Using-Macros/ISBN/978-1-63057-084-2/Errata/</link></item><item><description>&lt;p&gt;&#13;
  The line of code...&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  &lt;code&gt;Dim featureDef As Object&lt;/code&gt;&#13;
&lt;/blockquote&gt;&#13;
&lt;p&gt;&#13;
  &lt;code&gt;Should be...&lt;/code&gt;&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  &lt;code&gt;&lt;code&gt;Dim featureDef As &lt;strong&gt;ExtrudeFeatureData2&lt;/strong&gt;&lt;/code&gt;&lt;/code&gt;&#13;
&lt;/blockquote&gt;&#13;</description><title>Chapter 7 Page 127</title><link>https://www.sdcpublications.com/Textbooks/Automating-SOLIDWORKS-2017-Using-Macros/ISBN/978-1-63057-084-2/Errata/</link></item><item><description>&lt;p&gt;&#13;
  The code shown below was published as...&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  &lt;pre&gt;&#13;
Dim appDir As String = _ &#13;
    System.Reflection.Assembly.GetExecutingAssembly().Location&#13;
&lt;/pre&gt;&#13;
&lt;/blockquote&gt;&#13;
&lt;p&gt;&#13;
  Should be...&#13;
&lt;/p&gt;&#13;
&lt;blockquote&gt;&#13;
  &lt;pre&gt;&#13;
Dim appDir As String = _ &#13;
    &lt;strong&gt;IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)&lt;/strong&gt;&#13;
&lt;/pre&gt;&#13;
&lt;/blockquote&gt;&#13;</description><title>Chapter 16 Page 321</title><link>https://www.sdcpublications.com/Textbooks/Automating-SOLIDWORKS-2017-Using-Macros/ISBN/978-1-63057-084-2/Errata/</link></item></channel></rss>
