OLE object conversion to STATIC

Hi all,

I have a problem with converting OLE objects to STATIC type.
[code]
71     OLE object type, 1 = link, 2 = embedded, 3 = static
[/code]

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

But none of above works. OLE is still EMBEDED.
Whitle trying to use vla-put-OleItemType I get a following error:
[code]
error : Automation Error 80020009; [IOdaOle] Error accessing [OLEITEMTYPE] property. ErrIndex=0;
[/code]

How can I force OLE to change its type?

regards,
Warzyk

Comments

  • Hi, Andrzej,

    actually, the COM "put_OleItemType" function is not implemented, hence the error message.
    It seems best to send us a support request, and provide a small sample drawing with an OLE object embedded.
    so we can verify the problem, when it is implemented.

    many greetings !
This discussion has been closed.