Author Topic: OLE object conversion to STATIC  (Read 938 times)

0 Members and 1 Guest are viewing this topic.

warzyk

  • Mosquito
  • Posts: 1
OLE object conversion to STATIC
« 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:
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