Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I add this update code to most of my rules:
iLogicVb.UpdateWhenDone = True
Is it better to have it before or after the actual code? Example:
If ....Then .... Else .... End If iLogicVb.UpdateWhenDone = True 'OR iLogicVb.UpdateWhenDone = True If ....Then .... Else .... End If
This question may sound dumb but what does this snippet actual do? Should everything update after the code is ran anyway?
Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Solved! Go to Solution.