IGantt.GetGanttItemFromIdentifier Method

Returns a Gantt item for a Gantt task.
Function GetGanttItemFromIdentifier( _ 
ByVal uniqueIdentifier As String
) As IGanttItemInfo
This language is not supported or no code example is available.
IGanttItemInfo GetGanttItemFromIdentifier( 
string uniqueIdentifier 
)
This language is not supported or no code example is available.

Parameters

uniqueIdentifier
string

The unique identifier of the gantt task to be retrieved.

Return Value

IGanttItemInfo

Returns an object of type IGanttItemInfo which contains information about the gantt item.

Exception type Condition

QdvApiException

A problem occurred. The exception ID can be set to one of the following values:

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition