Gets the Resource objects associated with the cells at the specified coordinates.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Resource[] GetResourcesAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetResourcesAt( _ |
The location to check.
An array of Resource objects related to the items displayed at the specififed location.
See Also