| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function AppointmentObjectAt( _ ByVal nxCoor As Integer, _ ByVal nyCoor As Integer _ ) As dbiAppointmentItem | |
| C# | |
|---|---|
public dbiAppointmentItem AppointmentObjectAt( int nxCoor, int nyCoor ) | |
Parameters
- nxCoor
The x-coordinate to use.
- nyCoor
the y-coordinate to use.