IEstimate.PushNewProgress Method

Pushes a new progress derived from the current WBS.
Sub PushNewProgress( _ 
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 PushNewProgress( 
string ClosingComment = "", 
string OpeningComment = "", 
bool SaveBoQ = True, 
bool SaveWordTemplates = False 
)
This language is not supported or no code example is available.

Parameters

ClosingComment
string

Optional. The closing comment of the previous version/progress.

OpeningComment
string

Optional. The opening comment of the new version.

SaveBoQ
bool

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

SaveWordTemplates
bool

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

Exception type Condition

QdvApiException

A problem occurred.

Remarks
 

No user events are fired indicating the start and end of the progress 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