IEstimateVersion.MakeGroupsSets Method

Transforms groups into 1st level sets. Useful for IDIQ contracts (formerly known as call-off contracts). Apply always to whole estimate.
Sub MakeGroupsSets( _ 
ByVal PreserveSets As Boolean
)
This language is not supported or no code example is available.
void MakeGroupsSets( 
bool PreserveSets 
)
This language is not supported or no code example is available.

Parameters

PreserveSets
bool

If set to true it keeps all sets definition. This may result in groups covering sets with wrong indentation ; otherwise sets definition is removed prior to copy groups to sets.

Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
Usually, this function is called from the event which creates the first progress statement so that all groups become sets.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition