Parameters ExpressionList

Parameters ExpressionList

smccoywm
Advocate Advocate
584 Views
4 Replies
Message 1 of 5

Parameters ExpressionList

smccoywm
Advocate
Advocate

I find that the Invetor.ExpressionList is available when using VBA but not when using VB and the Inventor Interop. Is this by design? If not is there a way I can get it to show up in VB?

 

Scott A. McCoy

West-Mark Mfg.

0 Likes
Accepted solutions (1)
585 Views
4 Replies
Replies (4)
Message 2 of 5

MjDeck
Autodesk
Autodesk

It should be available.  What version of Inventor are you using?  What version of Visual Studio?


Mike Deck
Software Developer
Autodesk, Inc.

0 Likes
Message 3 of 5

smccoywm
Advocate
Advocate

I am using Inventor 2012, Win 7 64-bit, Visual Studio 2008 Express & Inventor Interop version 14.0.0.0

 

Scott A. McCoy

0 Likes
Message 4 of 5

MjDeck
Autodesk
Autodesk
Accepted solution

Inventor Interop version 14.0.0.0 is for Inventor 2010.   ExpressionList was added in 2011.  You should delete that reference and instead reference version 16.0.0.0 (for Inventor 2012).   On a 64-bit system, you may have to browse to the Interop dll in

C:\Program Files\Autodesk\Inventor 2012\Bin\Public Assemblies


Mike Deck
Software Developer
Autodesk, Inc.

0 Likes
Message 5 of 5

smccoywm
Advocate
Advocate

Got it. Thanks for the Help.

0 Likes