PocketPlanner Programmer's Guide

Calendar.GetResourceAt Method (Point)

See Also

Gets the Resource object whose schedule is displayed at the specified coordinates.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Resource GetResourceAt (
    Point point
)

Visual Basic

Public Function GetResourceAt ( _
    point As Point _
) As Resource

 Parameters

point
The position at which to look for resource's scheduled items.

 Return Value

An instance of the Resource class representing the resource related to the scheduled items displayed at the specified position.

 Remarks

This method can be only be used in views that support grouping.

 See Also