- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am using Civil 3D 2016 and MS Visual Studio 2013, practicing the VB.NET Autodesk labs.
I am having an issue with myPalette from Lab4 "not a member" of Lab5, since I have the labs written as separate projects, not together in the same project. I tried making a current instance of myPalette in Lab5 by creating a declaration of myPalette by: "Dim myPalette As Lab4.myPalette.myPalette". I also use the Imports statements and reference connecting Lab4 to Lab5. I do not understand how myPalette would not be a member of Lab5. What am I missing in my logic ? Attached is my Lab5 and Lab4 code for your reference, the issue occurs in Lab5 at step 20. Thanks in advance for any suggestions.
Solved! Go to Solution.