- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Inv2022 - Replace model reference via API
The Replace Model Reference drawing command has been updated to manage the model states, it gives the ability to replace the referenced document in its model state (model state member document).
In previous Inventor versions I implemented this functionality with FileDescriptor.ReplaceReference but now I need to work at a document level not file level to implement the Replace Model Reference behaviour via API.
By the way the lack of API is something already came up in certain pattern like this one:
Now with model states is even more necessary.
Is there something I am missing and it's already doable? Could you please add an api otherwise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does this not work anymore:
Dim oPartDoc As Document 'PartDocument
oPartDoc = ThisApplication.ActiveDocument
Dim oRefPartDoc As DocumentDescriptor
oRefPartDoc = oPartDoc.ReferencedDocumentDescriptors.Item("")
oRefPartDoc.ReferencedFileDescriptor.ReplaceReference("")
oPartDoc.Update()
Regards,
Arthur Knoors
Autodesk Affiliations:
Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:Drawing List!|Toggle Drawing Sheet!|Workplane Resize!|Drawing View Locker!|Multi Sheet to Mono Sheet!|Drawing Weld Symbols!|Drawing View Label Align!|Open From Balloon!|Model State Lock!
Posts and Ideas:Dimension Component!|Partlist Export!|Derive I-properties!|Vault Prompts Via API!|Vault Handbook/Manual!|Drawing Toggle Sheets!|Vault Defer Update!
! For administrative reasons, please mark a "Solution as solved" when the issue is solved !