Page 1 of 1

Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Wed Feb 22, 2023 4:57 pm
by caddhelp
is there COM or lisp equivalent to vla-get-summaryInfo.
I need to set and get Custom DWG Properties

(setq doc(vla-get-activedocument(vlax-get-acad-object)))
(vla-get-summaryInfo doc)

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Thu Feb 23, 2023 1:12 am
by QuanNguyen
Hi,
It seems that has an issue when trying to get the Custom Drawing Properties by using the Lisp function vla-get-summaryInfo now.

You can use the .NET API instead.
Regards.

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Thu Feb 23, 2023 10:38 am
by caddhelp
Thank you for the replay.

Unfortunately, we can use only API that comes with the software. So, we are stuck with VBA and Lisp

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Thu Feb 23, 2023 6:26 pm
by QuanNguyen
Hi,
I mean the IntelliCAD .NET API, which is included in this software.
IntelliCAD NET API.png
IntelliCAD NET API.png (25.56 KiB) Viewed 18403 times

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Sat Mar 04, 2023 10:02 am
by caddhelp
I believe I need at least VS Express

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Sat Mar 04, 2023 7:50 pm
by QuanNguyen
Yes, we need Visual Studio to compile,
and we can get the VS Community free from Microsoft here: https://visualstudio.microsoft.com/vs/community/

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Tue Mar 07, 2023 4:36 pm
by caddhelp
No can do. Corporate policy :( I'm not an IT

Re: Retrieve the Value from Custom Drawing Properties ACAD->ICAD

Posted: Wed Apr 26, 2023 8:36 pm
by QuanNguyen
Hi,
FYI, the latest update of CMS IntelliCAD 11.0 Premium Edition Plus (PE+) version (Build no. 11.1.395.143696) fixed this issue.
Regards.