Gets the resource in the ResourceGanttChartEntityListViewBase at the specified index.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public Resource GetResourceAt(
	int index
)
Visual Basic (Declaration)
Public Function GetResourceAt ( _
	index As Integer _
) As Resource

Parameters

index
Type: System..::.Int32
The zero-based index of the resource to be get.

Return Value

The resource in the list at the specified index.

See Also