QDVWBS.GetMultipleTaskInGanttAssignation Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.GetMultipleTaskInGanttAssignation instead.
[Obsolete("Use Qdv.UserApi.IMinute.GetMultipleTaskInGanttAssignation instead.")]
public GanttTasksAssignation GetMultipleTaskInGanttAssignation(
string HexID,
int LineNr,
ref int ErrorNumber = 0,
ref string ErrorMessage = ""
)
This language is not supported or no code example is available.
Parameters
- HexID
- string
The HexaDecimal index referring to the task.
- LineNr
- int
The line number of the row you want to get multiple Gantt tasks from.
- ErrorNumber
- int
Optional. An error number returned when an error occurs. 0 when no error.
- ErrorMessage
- string
Optional. A localized error message returned when an error occurs. Blank when no error.
Return Value
GanttTasksAssignation
When you query data from the minutes using any function such as
GetMinuteFieldValue, GetMinuteFieldsValues, etc. A multiple Gantt tasks
assignation returns the string <Multi>, whatever its content is. You have to
call GetMultipleTaskInGanttAssignation afterward to know which Gantt tasks are
referenced in the row.