02-02-2021
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-02-2021
12:31 PM
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")