MicroStation V8 default behavior is to save changes to the file w/o need to use File > Save.
Knowing each element is saved dynamically your VBA code can use the IChangeTrackEvents interface (see example code in help file) to react to each element at the time of it being saved. Your code should quickly try to filter out any element types, properties, or conditions you are not interested in to minimize any impact on performance. If IChangeTrackEvents does not help, you may want to let us know what condition you are specifically concerned about monitoring (maybe why) that you want your code to react to.
HTH,
Bob
↧
RE: Run Code each time when Save Command is triggered
↧