11-16-2022
11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-16-2022
11:20 AM
If we create a Boolean type variable named something like 'RequiresUpdate', set to False initially, then loop all drawing styles before the main question, checking if each is 'UpToDate', and as soon as any one of them returns False, then set the boolean variable to True, then exit the loop. Then check the value of that boolean. If False, simply exit the rule, because no update is needed. But if it is True, then ask the question, then if Yes, run the rest of the rule, as before. This requires two loops of all styles though, instead of just the one, so it would be less efficient, but would get the job done the way you want.
Wesley Crihfield
(Not an Autodesk Employee)