Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am using Civil 3D 2016.
I am in the early stages of learning VB.NET and ACAD API.
I have noticed that some apps begin with a custom namespace such as Namespace Lab2 and sometimes not. I believe begininging with a custom namespace followed by a public class, will make the app available by importing that namespace and class; as Imports myNamespace.myClass.
Is my understanding correct and is there more to it than what I am conveying?
Solved! Go to Solution.