Book Errata

Automating SOLIDWORKS 2015 Using Macros

A guide to creating VSTA macros using the Visual Basic.NET Language

Out of Print
Published February 23, 2015
392 Pages
ISBN: 978-1-58503-923-4

Errata

Chapter 6 Page 87

The first code snippet on this page is missing a line. It should read as follows:

Public PropName() As String
Public PropVal() As String
Public PropMgr As CustomPropertyManager
Chapter 6 Page 87

The second code snippet on this page is missing a line. It should read as follows:

'pass the property arrays to the form
PropDia.PropName = PropName
PropDia.PropVal = PropVal
PropDia.PropMgr = PropMgr