QDVWBS.SetWBSColumnCopyToQuantityFlag Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.SetColumnCopyToQuantityFlag instead.
Defines if values of a WBS column must be copied to WBS_Quantity column when
running progress statements.
[Obsolete("Use Qdv.UserApi.IWbs.SetColumnCopyToQuantityFlag instead.")]
public int SetWBSColumnCopyToQuantityFlag(
string ColumnID,
bool CopyToQuantity,
string ErrorMessage = ""
)
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.
-
ErrorMessage
-
string
An error message. An empty string means no error.
Return Value
int
An error number, 0 means no error.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2