IGantt.RemoveGanttItem (Boolean, String) Method

Removes the Gantt item whose unique identifier is provided.
Function RemoveGanttItem( _ 
ByVal showConfirmationMessage As Boolean, _ 
ByVal uniqueIdentifier As String
) As Boolean
This language is not supported or no code example is available.
bool RemoveGanttItem( 
bool showConfirmationMessage
string uniqueIdentifier 
)
This language is not supported or no code example is available.

Parameters

showConfirmationMessage
bool

When true, prompts the user with "Do you want to delete selected taks?"

uniqueIdentifier
string

The unique identifier to the Gantt item to be removed.

Return Value

bool

true if the item is successfully found and removed; otherwise, false. This method returns false if the item with the uniqueIdentifier is not found.

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