how to create an ole object with Ole2frame

how to create an ole object with Ole2frame

Anonymous
Not applicable
2,309 Views
2 Replies
Message 1 of 3

how to create an ole object with Ole2frame

Anonymous
Not applicable

i want to create an ole object linked with a bmp file.but when i create the ole2frame object with the code "ole2frame obj = new ole2frame();",i don't know what to do next.can anybody help me?

0 Likes
2,310 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Hi

We need a create an OLE OBJECT  Source Code. Do you have ?

0 Likes
Message 3 of 3

Balaji_Ram
Alumni
Alumni

Hello,

 

I had replied to your other post on the same topic.

 

<<<

It is not possible for applications to create an ole object (AcDbOle2Frame/Ole2Frame object) in AutoCAD.

 

This is explained in the ObjectARX help file in the description for “setOleObject” method and I quote :
“The COleClientItem class used by AutoCAD is a modified version of the class that ships from Microsoft. This means that it is not possible for applications to create their own COleClientItem objects for use by this function. This function can only be used with COleClientItem objects created by AutoCAD (that is, the object from another AcDbOle2Frame object).“

 

For this reason, the workaround could be to use a drawing file that contains the image as a template and using it in an insert operation.

 

If it is just an image in the drawing that you want to insert (not a Ole2Frame), you may find this blog post helpful :

http://adndevblog.typepad.com/autocad/2012/05/how-to-insert-a-rasterimage-using-the-net-api.html

>>>



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes