QDVGantt.GetGanttItemIdentifierAtPosition Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.GetGanttItemIdentifierAtPosition instead.

Returns unique identifier of the item being at the given position.
[Obsolete("Use Qdv.UserApi.IGantt.GetGanttItemIdentifierAtPosition instead.")] 
public string GetGanttItemIdentifierAtPosition( 
int RowPosition
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

RowPosition
int

The row position from top, starting at 0.

ErrorNumber
int

ErrorMessage
string

Returned error message. An empty string means no error.

Return Value

string

The unique identifier to the item being at row position.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition