65.9K
CodeProject is changing. Read more.
Home

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

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.33/5 (5 votes)

Jun 22, 2006

CPOL

1 min read

viewsIcon

63945

downloadIcon

1653

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.

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