11-21-2018
06:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-21-2018
06:55 AM
Document.ReferencedDocuments is implemented as a stack, why?
Out of curiosity why `Document.ReferencedDocuments` is implemented as a stack?
To try that:
1. open an assembly
2. add these lines in an iLogic rule:
SyntaxEditor Code Snippet
Dim doc As Document = ThisApplication.ActiveDocument MsgBox(doc.ReferencedDocuments.Item(1).FullFileName)
3. place one document
4. run the rule
5. repeat from step 3
11-25-2018
10:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-25-2018
10:53 PM
use this:
Dim doc As Document = ThisApplication.ActiveDocument Dim RefDoc As Document For Each RefDoc In doc.ReferencedDocuments MsgBox(RefDoc.FullFileName) Next
Please use the ACCEPT AS SOLUTION or KUDOS button if my Idea helped you to solve the problem.
Autodesk Inventor Professional Certified 2014
Autodesk Inventor Professional Certified 2014