tools for developers

tools for developers

Anonymous
Not applicable
653 Views
2 Replies
Message 1 of 3

tools for developers

Anonymous
Not applicable

are there any tools can help developers to understand AutoCad database and object  hierarchy  like displaying some treeview data for object with all properties .

 

0 Likes
Accepted solutions (1)
654 Views
2 Replies
Replies (2)
Message 2 of 3

norman.yuan
Mentor
Mentor
Accepted solution

MgdDbg tool is what exactly meets your need. From here you can download the version for AutoCAD2017:

https://github.com/ADN-DevTech/MgdDbg

 

It includes compiled DLL and source code (purely .NET API code)

 

If memory serves me correctly, if you want to rebuild the code for Acad2018/19 the source code need to be modified for Acad2018/19, because of FileDependecyManager class being removed from AutoCAD .NET API. I am not sure where you can download versions updated for AutoCAD2018/19.

Norman Yuan

Drive CAD With Code

EESignature

Message 3 of 3

Anonymous
Not applicable

thank you it does

0 Likes