Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / VB

ObjectARX Reference For .NET (Updated! Now has the help2 Version)

3.33/5 (5 votes)
6 Jun 2008CPOL1 min read 1   1.7K  
ObjectARX Reference For .NET

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.

Image 1

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.

Image 2

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:

Image 3

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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)