Managed .NET Reference Guide (AutoCAD 2021)

Managed .NET Reference Guide (AutoCAD 2021)

JFN_KSH
Advocate Advocate
2,901 Views
14 Replies
Message 1 of 15

Managed .NET Reference Guide (AutoCAD 2021)

JFN_KSH
Advocate
Advocate

The following link seems to be broken on autodesk website (https://download.autodesk.com/us/objectarx/objectarx_2021_documentation_vs2019.zip). Is there any other way to get the Managed .NET Reference Guide for Visual studio 2019?

Capture.JPG

 

0 Likes
Accepted solutions (2)
2,902 Views
14 Replies
Replies (14)
Message 2 of 15

Ed__Jobe
Mentor
Mentor

@lena.talkhina The broken link is on this page of the developer network.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

Message 3 of 15

JFN_KSH
Advocate
Advocate

Thanks for the reply. Exactly, it's on the page you've mentioned. As I said, the link seems to be broken. When I click I get the following:

 

Capture.JPG

0 Likes
Message 4 of 15

lena.talkhina
Alumni
Alumni

@Ed__Jobe thank you for mentioning me.

I see the same issue as you.

Let me raise an internal ticket and I'll be back as soon I have information.

Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям! | Do you find the posts helpful? "LIKE" these posts!
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.



Лена Талхина/Lena Talkhina
Менеджер Сообщества - Русский/Community Manager - Russian

0 Likes
Message 5 of 15

JFN_KSH
Advocate
Advocate

Meanwhile, would it be possible to post a temporary link (on this forum?) so that we can keep the wheel rolling? Is there any other way to get the Managed .NET Reference Guide for Visual studio 2019? Thanks!

0 Likes
Message 6 of 15

Ed__Jobe
Mentor
Mentor

My guess is that the file isn't available for 2021 yet. Someone probably just put the link on the page as a placeholder. But I hope its available.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 7 of 15

JFN_KSH
Advocate
Advocate

It's my bad... I should have installed Visual studio 2017... Latest is not always the greatest!

0 Likes
Message 8 of 15

Alexander.Rivilis
Mentor
Mentor

@JFN_KSH


@JFN_KSH wrote:

...Is there any other way to get the Managed .NET Reference Guide for Visual studio 2019?

 

 


Managed .NET Reference Guide for Visual studio 2019 is a part of ObjectARX SDK 2021 documentation. So you can install ObjectARX SDK 2019 and install documentation:

 

изображение.png

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 9 of 15

JFN_KSH
Advocate
Advocate

I'm looking to get intellisense "autodesk" input from visual studio. Maybe i'm wrong, but I don't think the documentation will install that feature? will it?

0 Likes
Message 10 of 15

Alexander.Rivilis
Mentor
Mentor

Intellisense for AutoCAD .NET API is based on xml-files in ObjectARX SDK /inc/ subfolder :

 

изображение.png

So if you use dll-assembles from this folder - intellisense is turned on

 

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 11 of 15

JFN_KSH
Advocate
Advocate

Could you give me details on how to do the dll-assembles? 

0 Likes
Message 12 of 15

Alexander.Rivilis
Mentor
Mentor

I am talking about standard AutoCAD .NET API assemblies, such as acdbmgd.dll, acmgd.dll, accoremgd.dll and so on:

 

E:\ObjectARX2021 - is my custom path for ObjectARX SDK 2021E:\ObjectARX2021 - is my custom path for ObjectARX SDK 2021

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 13 of 15

JFN_KSH
Advocate
Advocate

Oh! Ok... I think I got you... So if I reference the usual .dll (acmgd, AcDbMgd & AcCoreMgd) Visual studio should read the intellisense .xml from the same INC folder. Correct?

0 Likes
Message 14 of 15

Alexander.Rivilis
Mentor
Mentor
Accepted solution

@JFN_KSH wrote:

Oh! Ok... I think I got you... So if I reference the usual .dll (acmgd, AcDbMgd & AcCoreMgd) Visual studio should read the intellisense .xml from the same INC folder. Correct?


If you reference the usual .dll (acmgd, AcDbMgd & AcCoreMgd) from INC folder Visual studio should read the intellisense .xml from the same INC folder

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

Message 15 of 15

lena.talkhina
Alumni
Alumni
Accepted solution

Hello @JFN_KSH @Ed__Jobe !

 

The link has been fixed.

You should no longer see the issue with downloading.

Thanks for reporting!

Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям! | Do you find the posts helpful? "LIKE" these posts!
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.



Лена Талхина/Lena Talkhina
Менеджер Сообщества - Русский/Community Manager - Russian