Introduction
The .NET version of ObjectARX
has been published since AutoCAD 2004. .NET programmers gain the great power to write the ObjectARX
programs using their favorite .NET languages such as C# and VB.NET. But when they come to the help files provided by the ObjectARX
SDK, they are so disappointed at the poorly explained files.
So I decided to rewrite the help files. With the help of NDOC, I have just completed the first version of ObjectARX
Reference for .NET.
The help file is in CHM format and only has the C# version (the VB.NET version produced by NDOC has some problems. I will give the VB.NET version later.). Some classes and methods have no comments because I have not found the .NET version of them. If any of you can provide the comments on these classes and methods or if you have better explanations on the other classes and methods, please email me. I will add them to the next version.
The help2 format help file:
You can also find the intelligence files for Visual Studio from here.
You can download the help files from the links at the top of this article.
History
- 22nd June, 2006: Initial post