IGantt.EmptyGantt Method

Deletes all tasks in a Gantt, including groups.
Function EmptyGantt( _ 
ByVal postConfirmationMessage As Boolean
) As Boolean
This language is not supported or no code example is available.
bool EmptyGantt( 
bool postConfirmationMessage 
)
This language is not supported or no code example is available.

Parameters

postConfirmationMessage
bool

When true, posts a confirmation message saying "X tasks are about to be deleted. Confirm?"

Return Value

bool

Returns false when a user cancels the operation, and true when it succeeds.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition