QDVWBS.GetTaskOrBranchValue (String, String, WhereInWBSBranches, ref Int32, ref String) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.GetFieldValue() instead.

Returns the content of a WBS cell as an object.
[Obsolete("Use Qdv.UserApi.ITask.GetFieldValue() instead.")] 
public object GetTaskOrBranchValue( 
string HexID
string ColumnName
WhereInWBSBranches ReadWhereForBranches
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The Hexadecimal identifier to the task or to the branch.

ColumnName
string

The unique identifier to the WBS column.

ReadWhereForBranches
WhereInWBSBranches

When you address a WBS branch, you can tell QDV if you want to read from top, or from bottom. When set to Auto (default), it always attempts to read from bottom. When the bottom contains a formula, it reads from top.

ErrorNumber
int

The number of returned error. 0 means no error.

ErrorMessage
string

The message of the error, blank when no error.

Return Value

object

The content of the cell as an object. Can be either numeric or text.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition