.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Attach image from VB.NET to AutoCad

4 REPLIES 4
Reply
Message 1 of 5
lejros
805 Views, 4 Replies

Attach image from VB.NET to AutoCad

Hello!


I have just started to programming VB.NET with AutoCad but can´t find any information about how to attach a image from a userform commandbuton into AutoCad. I have programming in VBA before but can´t find any solution for inserting pictures in VB.NET. Is it possible to use the "imageattach" with attributes? or -image command? Or should I use Rasterimage?

 

I want a image (*.jpg*) file to appear in AutoCad when I press the Commandbutton in my Form.

I hope you understand what I mean. And excuse,if my english is bad!

Thanks

4 REPLIES 4
Message 2 of 5
SENL1362
in reply to: lejros

search for  RasterImage   in http://through-the-interface.typepad.com

Message 3 of 5
lejros
in reply to: lejros

Hi! Thanks for the link. Have looked there and can only find codes for C#. What library do I need to import for doing rasterimage?

Message 4 of 5
arcticad
in reply to: lejros

http://www.developerfusion.com/tools/convert/csharp-to-vb/

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 5 of 5
fieldguy
in reply to: lejros

Reference library is acdbmgd. Rasterimagedef is a member of Autodesk.AutoCAD.DatabaseServices.

 

My code samples are limited.  You should search here for more.

 

ObjectID of dictionary is

Dim imagedictionaryId As ObjectId = RasterImageDef.GetImageDictionary(db)

Dictionary is

Dim imagedictionary As DBDictionary = tx.GetObject(imagedictionaryId, OpenMode.ForWrite)

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost