Can anyone explain the difference between the following to lines of code.
Call uidoc.Refresh(true)
Call uidoc.Refresh(true, true, true)
The documentation () explains only using one parameter and I can't find any documentation on what the other parameters do. I have an existing application that has worked fine with the parameters passed, however is occasionally throwing an error on this line of code.
Cheers,
A