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: 

Re-order sheets in IDW using VBA

1 REPLY 1
Reply
Message 1 of 2
bcoburn3
376 Views, 1 Reply

Re-order sheets in IDW using VBA

Is there a clean way to re-order the sheets of a drawing in VBA?

 

In particular, I'd like to be able to add a new sheet to a multi-sheet drawing as sheet 2, instead of as the last sheet.  My thought was to add it as the last sheet, then re-order to make it sheet 2 somehow.  I'd be open to a better way, if there was one.

 

Ben Coburn

1 REPLY 1
Message 2 of 2
Vladimir.Ananyev
in reply to: bcoburn3

You are able to reorder the sheets in the browser. Through the user interface, you can drag the browser nodes around to get the desired order. Through the API, the same can be achieved with the BrowserPane.Reorder method.

Cheers,


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

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

Post to forums  

Autodesk Design & Make Report