IWbs.SetColumnCopyToQuantityFlag Method

NOTE: This member is now obsolete. Use Qdv.UserApi.Fields.IWbsField.ReturnValueToQuantityOfProgress instead. This is a newer and more flexible API that was introduced in QDV 7.18.655. Access the WBS fields via Qdv.UserApi.IEstimate.WbsFieldsRepository property.

Defines if values of a WBS column must be copied to WBS_Quantity column when running progress statements.
[Obsolete("Use Qdv.UserApi.Fields.IWbsField.ReturnValueToQuantityOfProgress instead.
This is a newer and more flexible API that was introduced in QDV 7.18.655. Access the WBS fields via Qdv.UserApi.IEstimate.WbsFieldsRepository property.")] 
void SetColumnCopyToQuantityFlag( 
   string ColumnID
   bool CopyToQuantity 
)

Parameters

ColumnID
string

The mnemonic of the WBS column.

CopyToQuantity
bool

When true, values are copied, otherwise they are not.

Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
Keep in mind that copy is done when selling prices are recalculated. Values must be numeric and, of course, the WBS_Quantity column itself cannot support this setting.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2