11-03-2023
09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-03-2023
09:38 AM
I don't think FullFileName works for the first (of 3) inputs in the iProperties.Value() snippet. It will usually only accept the Document.DisplayName there. And even that is finicky, because sometimes that includes the file extension, and sometimes it does not. And when using the iProperties.Value snippet, it can only reach stuff that is within the ActiveDocument's AllReferencedDocuments collection.
You might be able to use the new:
SOP = StandardObjectFactory.Create(oDoc)
SOP.iProperties.Value()
tools also, to make sure that the iProperties.Value snippet is working with the Document you input into that first line.
Wesley Crihfield
(Not an Autodesk Employee)