Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Resolve file - vba

1 REPLY 1
Reply
Message 1 of 2
gopinathmY575P
121 Views, 1 Reply

Resolve file - vba

Hi all,

 

I resolved the referenced document through i-logic, but I need to right click the browser name and then give resolve button assembly gets updated automatically. 

Tried doc.update and ilogic update when commands. it doesnt works.

 

 

Thanks in advance..

Tags (3)
Labels (4)
1 REPLY 1
Message 2 of 2
WCrihfield
in reply to: gopinathmY575P

Hi @gopinathmY575P.  You are probably looking for the 'ResolveFile' method.  That is a method of the DesignProjectManager, which can be obtained directly from the Inventor Application object (ThisApplication).

ThisApplication.DesignProjectManager.ResolveFile()

 

If this solved your problem, or answered your question, please click ACCEPT SOLUTION .
Or, if this helped you, please click (LIKE or KUDOS) 👍.

 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report