How to import image png using autocad .net 2019 c# and ObjectARX 2019 ?

How to import image png using autocad .net 2019 c# and ObjectARX 2019 ?

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

How to import image png using autocad .net 2019 c# and ObjectARX 2019 ?

Anonymous
Not applicable

Hi,

I want to import a png image using a preset path where it exists as does the IMAGEATTACH command, the prototype of the method is :

 

public static void ImportPNGImage(string path, Point3d insert_point, double scale, string layer){

}
0 Likes
Accepted solutions (1)
1,648 Views
2 Replies
Replies (2)
Message 2 of 3

jabowabo
Mentor
Mentor
Accepted solution
0 Likes
Message 3 of 3

Anonymous
Not applicable

 

It works well, thank you a lot.

0 Likes