QDVWBS.EmptyCompleteEstimate Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateVersion.EmptyCompleteEstimate instead.
Parameters
- EmptyDatabaseOfTheEstimate
- bool
Optional. The default value is False. If set to true then all rows from database of estimate are deleted; otherwise they are kept.
- EmptyOverheadCostsTask
- bool
Optional. The default value is False. If set to true then all rows from overhead costs task are removed; otherwise they are kept.
- ErrorMessage
- string
Optional. Returns the error message if any. Returns empty string when no errors.
Return Value
intThe function returns an error number. 0 means no error.
The function neither rebuild WBS nor minutes. You must call
QDVEstimate.Check_And_Repaint method after any change brought by the function.