Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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

EESignature

(Not an Autodesk Employee)