SPECIFIC documentation for AutoCad .NET API - methods, classes, properties....??

SPECIFIC documentation for AutoCad .NET API - methods, classes, properties....??

BKSpurgeon
Collaborator Collaborator
1,208 Views
6 Replies
Message 1 of 7

SPECIFIC documentation for AutoCad .NET API - methods, classes, properties....??

BKSpurgeon
Collaborator
Collaborator

Hi folks

 

I am a little lost.

 

 

I have tried:

  • Autocad .net developer's guide - downloaded from the ADN site
  • ObjectARX developer's guide - downloaded from the ADN site
  • the internet

.......and am still lost, so I thought I will ask the forum.

 

 

Suppose I am reading the ObjectARX documentation. There is something I don't understand there:

 

"Struct resbuf *pointlist"

 

When I see something in C# which I don't understand, I go to the MSDN library and type it in and get ready answers .eg the ToString method: https://msdn.microsoft.com/en-us/library/system.object.tostring(v=vs.110).aspx

 

i get clear explanations as to what it is, what it does, examples, notes, and also any parameters and properties applicable.

 

 

Where can I do the same in autocad? I am seeing a darth of readily available information about what things are: e.g. what ads_name is and so on.

 

Where can I learn about what particular autocad methods/classes and functions do?

 

 

Any help/advice will be appreciated, and you will be sparing someone a lot of grief too. thank you for your help.

 

 

regards

 

BK

0 Likes
1,209 Views
6 Replies
Replies (6)
Message 2 of 7

FRFR1426
Collaborator
Collaborator

The documentation of the managed API is in the ObjectARX documentation, in the file arxmgd.chm. There is also a dedicated section in arxdev.chm (Using .NET for AutoCAD Development)

Maxence DELANNOY
Manager
Add-ins development for Autodesk software products
http://wiip.fr
Message 3 of 7

dgorsman
Consultant
Consultant

"Struct resbuf *pointlist" sounds like its from the unmanaged C++ documentation, not the managed dotNET documents.

 

Granted, they could be a little bit better but unlike the MSDN documentation there is an assumption (and a valid one) that the reader is familiar with the programming methods being employed, whereas the MSDN documentation is covering from the ground up to that point.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


Message 4 of 7

Anonymous
Not applicable

If it existed you would of found it by now. The documentation is not very good, and needs a alot of resources thrown at it to update it.

It was diffucult for me and wasted alot time that could of been saved where I made assumptions.

 

 

 

 

 

Message 5 of 7

BKSpurgeon
Collaborator
Collaborator
thank you sir, i have found it!

[the expalantions in the .chm files aren't the greatest, granted, but they are better than not having them at all.]

and for those looking for answer - go to: C:\ObjectARX 2015\docs to find the chm files FRF1426 mentions.

and then you will find the .chm files.

rgds
BK
0 Likes
Message 6 of 7

BKSpurgeon
Collaborator
Collaborator
thank you sir.
0 Likes
Message 7 of 7

BKSpurgeon
Collaborator
Collaborator
thanks for the site!!! i will go there when looking for answers!
0 Likes