QDVEstimate.AppendToAnomalyList Method

Appends an entry to anomaly list.
public void AppendToAnomalyList( 
string HexID
int LineNumber
string Message 
)
This language is not supported or no code example is available.

Parameters

HexID
string

Must be the identifier of the task which contains the row of the anomaly. It is a 24 character string identifying a WBS task.

LineNumber
int

The row number of the line containing the anomaly.

Message
string

The message you want to display in the anomaly window.

Remarks
 
Check sample file MultiLanguage_Sample_With_Document.qdv to see an example of requests involving anomalies.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition