IEstimate.ImportWbsContentOnly Method

Imports the WBS content from a foreign estimate. Only the task structure is imported and all minutes are cleared.
Function ImportWbsContentOnly( _ 
ByVal sourceEstimateFullPath As String
) As Boolean
This language is not supported or no code example is available.
bool ImportWbsContentOnly( 
string sourceEstimateFullPath 
)
This language is not supported or no code example is available.

Parameters

sourceEstimateFullPath
string

The full path to the source estimate.

Return Value

bool

true if operation succeeded. Otherwise false.

Remarks
 

The method deletes all minutes, then WBS tasks, loads the content of the WBS (without the free area before options). Loads WBS tasks layout only, without minutes. Furthermore, it activates or deactivates the features for database of the estimate and the Overhead minute according to the source estimate.

You must do a full re-indexation (CheckAndRepaint) of the estimate to display properly the minutes and the WBS after this operation.
Version
 
Available since QDV 7.22.982.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition