Message 1 of 5

Not applicable
07-23-2019
07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using ilogic to generate different assembly files. I am doing this by opening a template file then save as (this bit is working fine)
Dim oDoc As AssemblyDocument = ThisApplication.Documents.Open(CurrentFilename & ".iam")
oDoc.SaveAs(oNewName & ".iam", False)
But now i want to change the part number too. I need something like
iProperties.Value(CurrentFilename & ".iam",Project","Part Number") = oNewName
Any ideas?
Solved! Go to Solution.