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: 

Issue while creating new inventor library

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
143 Views, 0 Replies

Issue while creating new inventor library

Hi, I need to create new custom library.  I have tried like this 

 

AssetLibraries libr = oApp.AssetLibraries;
AssetLibrary newLibrary = libr.Add("newCustomLibrary");
customLibrary.DisplayName = "newCustomLibrary";

 

However, I could not achive this.. 

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report