Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sheets in Inventor drawings.

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
petter.moldestad
447 Views, 2 Replies

Sheets in Inventor drawings.

Inventor drawings (idw or dwg) can have more than one sheet. Is it possible to read how many sheets an Inventor drawing lying in Vault has with the Vault API?

2 REPLIES 2
Message 2 of 3

I think you have to use Inventor API for this purpose.

DrawingDocument.Sheets.Count property returns the number of Sheets in this document.

You may access the document in the invisible mode to speed up the process.

ApprenticeServerDrawingDocument.Sheets.Count is another and even faster option.


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Message 3 of 3

OK I see. I’ll continue to use Inventor API. I just wondered if where a method in Vault API that I hadn’t found. Thanks for your answer.

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

Post to forums  

Autodesk Design & Make Report