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")
02-02-2021
12:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-02-2021
12:43 PM
You can just open the iLogic Event Triggers and drag the rule you created with this code into the appropriate trigger. You can find the Event Triggers on the iLogic panel in the Manage tab.
Dave Taylor
MCAD Solutions Engineer
Hagerman & Co.
Autodesk Certified Instructor - Platinum

Try out our custom add-ins:
Vault Sidekick
Inventor Sidekick
*Likes to this post are appreciated if the information I have shared is helpful to you and/or others...
**Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.