IEstimate.PushNewVersion Method

Pushes a new version derived from the current WBS.
Sub PushNewVersion( _ 
Optional ByVal ClosingComment As String = "", _ 
Optional ByVal OpeningComment As String = "", _ 
Optional ByVal SaveBoQ As Boolean = True, _ 
Optional ByVal SaveWordTemplates As Boolean = False _ 
)
This language is not supported or no code example is available.
void PushNewVersion( 
string ClosingComment = "", 
string OpeningComment = "", 
bool SaveBoQ = True, 
bool SaveWordTemplates = False 
)
This language is not supported or no code example is available.

Parameters

ClosingComment
string

The closing comment of the previous version/progress.

OpeningComment
string

The opening comment of the new version.

SaveBoQ
bool

Optional. Default true. If set to true, then the BoQ if any will be copied to the old version ; otherwise, the BoQ of the current version will be used for all versions/progresses.

SaveWordTemplates
bool

Optional. Default is false. If set to true, then Word templates if any will be copied to the old version; otherwise, the Word templates of the current version will be used for all versions/progresses.

Exception type Condition

QdvApiException

A problem occurred. See the Exception.Message for the description.

Remarks
 

No user events are fired indicating the start and end of the version creation.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition