Returns the resource at the specified position (y-axis coordinate) in the ResourceGanttChartEntityListViewBase control.

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

Syntax

C#
public Resource GetResourceAt(
	double position
)
Visual Basic (Declaration)
Public Function GetResourceAt ( _
	position As Double _
) As Resource

Parameters

position
Type: System..::.Double
The position to return the resource for.

Return Value

The resource at the specified position (y-axis coordinate) in the ResourceGanttChartEntityListViewBase control.

See Also