QDVWBS.SetWBSFieldValue Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.SetFieldValue instead.

Writes a value to the WBS.
[Obsolete("Use Qdv.UserApi.ITask.SetFieldValue instead.")] 
public void SetWBSFieldValue( 
string HexID
string ColumnName
object NewValue
ref int ErrorNumber = 0, 
ref string ErrorMessage = "", 
WhereInWBSBranches WriteWhereForBranches = WhereInWBSBranches.Auto 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The 24 characters hexadecimal identifier to the task or chapter.

ColumnName
string

The identifier of the column.

NewValue
object

The value to be written, text or number.

ErrorNumber
int

ErrorMessage
string

WriteWhereForBranches
WhereInWBSBranches

Remarks
 
This function works only for the current opened estimate. You cannot write to WBS of a foreign estimate.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition