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.
<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.")> _
Sub SetColumnCopyToQuantityFlag( _
ByVal ColumnID As String, _
ByVal CopyToQuantity As Boolean _
)
This language is not supported or no code example is available.
[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
)
This language is not supported or no code example is available.
Parameters
- ColumnID
- string
The mnemonic of the WBS column.
- CopyToQuantity
- bool
When true, values are copied, otherwise they are not.
Exception type | Condition |
---|---|
A problem occurred. |
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.
Available since QDV 7.13.0001.