08-25-2023
01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-25-2023
01:52 AM
Hi @ersin_karacoban . You can distinguish your documents using InternalName. Example code:
Dim oDoc As AssemblyDocument = ThisDoc.Document
For Each oRefDoc As Document In oDoc.AllReferencedDocuments
MessageBox.Show(oRefDoc.InternalName, oRefDoc.DisplayName)
NextInternalName - a unique static name of the object that does not change, but is set when the document is created.
Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor
LinkedIn | My free Inventor Addin | My Repositories
Did you find this reply helpful ? If so please use the Accept as Solution/Like.