Page 1 of 1

error: ActiveX Server returned the error: unknown name: GETDYNAMICBLOCKPROPERTIES

Posted: Thu Jul 17, 2025 10:04 am
by randomxs
Hi all, I'm new to IntelliCAD but old to Acad.

(vlax-invoke ven 'GetDynamicBlockProperties) works in acad's vlisp, but throws the subject error in Intellicad.

Is there a workaround?

Re: error: ActiveX Server returned the error: unknown name: GETDYNAMICBLOCKPROPERTIES

Posted: Fri Jul 18, 2025 2:52 am
by QuanNguyen
Hi,
I'm not sure, but it seems IntelliCAD doesn't fully support Dynamic Blocks in Lisp functions.
Try using the .NET API instead.