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

You may consider the following simple iLogic rule.

It reads the custom property "AAA" value and then assigns it to the user-defined text parameter “Parameter_AAA”:

' iLogic rule 'UpdateUserParameter'
' reads custom property "AAA" value Dim PropValue As String = iProperties.Value("Custom", "AAA") 'updates the user-defined text parameter Parameter_AAA = PropValue   'this message is for debugging only MsgBox("Parameter was updated: " & Parameter_AAA)

Using iLogic event you may handle iProperty changes automatically:

Events.PNG


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network