QDVWBS.MakeGroupsSets Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateVersion.MakeGroupsSets instead.

Transforms groups into 1st level sets. Useful for call-off-contracts. Apply always to whole estimate.
[Obsolete("Use Qdv.UserApi.IEstimateVersion.MakeGroupsSets instead.")] 
public int MakeGroupsSets( 
bool PreserveSets
string ErrorMessage = "" 
)
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.

ErrorMessage
string

Returns an empty string when no error. Otherwise returns text of error message.

Return Value

int

The error number. 0 when no error.

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

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition