Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
How can I leverage iLogic to pull the different build versions of Inventor files so that I can further use it in iLogic code?
I need to pull the "Created with" build , so that I can compare it to either "Last update with" build or the build version of the actual software being used.
It is enough just to have 2021.1 & 2023.2 - I don't need to full build number, but if full build number, that's OK.
If I use this:
buildNumber = ThisDoc.Document.SoftwareVersionCreated MsgBox("File build version: " & buildNumber)
Then I get this error:
The and operator is not defined for the string Part file build version: and the type SoftwareVersion.
If I use this:
Dim buildNumber As String buildNumber = ThisDoc.Document.SoftwareVersionCreated MsgBox("File build version: " & buildNumber)
I get this:
Inventor user since 2009
Vault user since 2010
Vault user since 2010
Solved! Go to Solution.