Message 1 of 5
iLogic count all opened drawing

Not applicable
10-06-2016
02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need to count how much drawing (IDW) are opened in Inventor.
I tried with this, but doesn't work...
Dim a As Integer = 0
a = ThisApplication.DrawingDocument.count
What do I do wrong ?