Inventor API Programming for assmbly

Inventor API Programming for assmbly

sundaram1087
Advocate Advocate
481 Views
2 Replies
Message 1 of 3

Inventor API Programming for assmbly

sundaram1087
Advocate
Advocate

I have created parametric part and assembly in inventor.

I changed the part paramters by vb.net programming and the corresponding parts gets updated.

While opening the corresponding assembly by vb.net programming , the dialogue box appear it ask to updated the assembly or not.

 

i am in need of program to open the assembly by vb.net programming , it will automatically updated and it will not ask any dialogue to updated  the assembly

 

 

 

 

 

 

 

 

 

0 Likes
482 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Hi , You can use this property ThisApplication.SilentOperation = True.. Then it wont pop up a dialog box.
0 Likes
Message 3 of 3

sundaram1087
Advocate
Advocate

HI

 

 

It works fine thanks for your reply

0 Likes