Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

parts lists in Inventor 2012

20 REPLIES 20
SOLVED
Reply
Message 1 of 21
cmines
1548 Views, 20 Replies

parts lists in Inventor 2012

Hi,

I have created 2 parts list styles and need to be able to change just the parts list style for the active sheet in a multiple sheet document.  I read in posts on this forum that this was not possible in previous versions.  Is this now possible with the API for Inventor 2012 or 2013?  I know it can be done thru the UI, but have not been able to figure out how to or even if it can be done using the API for 2012. 

 

Thanks!

 

Tags (1)
20 REPLIES 20
Message 21 of 21
cmines
in reply to: SBix26

THANK YOU Sam and Curtis for all your help!!!!  It works great! 

 

Dim oPartsList As PartsList

Set oPartsList = oSheet.PartsLists.Add(oDrawingView1, oPlacementPoint)

oPartsList.Style = oDrawDoc.StylesManager.PartsListStyles.Item("PARTS LIST PART")

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

Post to forums  

Autodesk Design & Make Report