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

iLogic Automatic Update when Opened

Hello, I have a pretty simple question how would I get iProperties to update automatically when opening a dwg. As of right now I have the code here:

But I want this code to update when its opened an saved but I forget how to get it to do that. Rather then forcing it run.

iProperties.Value("Custom", "User") = ThisApplication.UserName
iProperties.Value("Custom", "Timestamp") = Now.ToString("MM/dd/yyyy")

 

Labels (1)