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

Hi @SECOJOSE.  I think you are looking for something like this:

Dim sTitle As String = iProperties.Value("22240287.iam", "Summary", "Title")
Logger.Info(sTitle)

...where "22240287.iam" is the file name, with file extension, of the assembly being referenced in your drawing.  This type of iLogic shortcut snippet can 'reach' any document that is being referenced by the current document that the rule is acting upon.  The "Summary" is associated with which PropertySet the iProperty is located within, then the "Title" is the name of the iProperty.  Just change those as needed.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)