TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: warzyk on October 29, 2016, 08:26:33 AM

Title: OLE object conversion to STATIC
Post by: warzyk on October 29, 2016, 08:26:33 AM
Hi all,

I have a problem with converting OLE objects to STATIC type.
According to http://www.autodesk.com/techpubs/autocad/acadr14/dxf/ole2frame_al_u05_c.htm (http://www.autodesk.com/techpubs/autocad/acadr14/dxf/ole2frame_al_u05_c.htm):
Code: [Select]
71     OLE object type, 1 = link, 2 = embedded, 3 = static

I should just change the 71 dxf group to 3. Or use:
Code: [Select]
(vla-put-OleItemType objOle 3)

But none of above works. OLE is still EMBEDED.

How can I force OLE to change its type?

regards,
Warzyk