IGantt.WriteItemToGanttDiagram Method

Inserts or updates Gantt item to Gantt diagram.
Function WriteItemToGanttDiagram( _ 
ByVal Item As IGanttItemInfo, _ 
Optional ByVal existingItemUniqueIdentifier As String = "" _ 
) As String
This language is not supported or no code example is available.
string WriteItemToGanttDiagram( 
IGanttItemInfo Item
string existingItemUniqueIdentifier = "" 
)
This language is not supported or no code example is available.

Parameters

Item
IGanttItemInfo

The item to be inserted or updated.

existingItemUniqueIdentifier
string

If for updating, must provide a unique identifier of the item to be updated. A new item is inserted when it contains an empty string.

Return Value

string

Returns the unique identifier to newly created task. If for updating, returns the value of existingItemUniqueIdentifier.

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