IMinute.GetMultipleTaskInGanttAssignation Method

Returns an IGanttTasksAssignation object representing Gantt Tasks being referenced in the row. It is to be used when multiple Gantt tasks are pointed out by the same row.
Function GetMultipleTaskInGanttAssignation( _ 
ByVal row As Integer
) As IGanttTasksAssignation
This language is not supported or no code example is available.
IGanttTasksAssignation GetMultipleTaskInGanttAssignation( 
int row 
)
This language is not supported or no code example is available.

Parameters

row
int

The number of the row you want to get multiple Gantt tasks from. It is 1-based.

Return Value

IGanttTasksAssignation
Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
When you query data from the minutes using any function such as GetFieldValue, GetFieldsValues, 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.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition