IEstimateVersion.ReleaseLocksOnAllWorkbooks Method

Releases locks on all workbooks in this estimate version (Overhead, WBS, BOQ, ...).
Sub ReleaseLocksOnAllWorkbooks()
This language is not supported or no code example is available.
void ReleaseLocksOnAllWorkbooks()
This language is not supported or no code example is available.
Remarks
 
Currently, only the Overhead workbook can get a lock. So this method only releases the lock on the Overhead workbook by simply calling IEstimateVersion.Overhead.ReleaseLockOnWorkbook(). This method is automatically called at the end of each macro execution to ensure that workbooks are left in a proper state.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition