'Declaration Public Function LabelFromCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef LabelIndex As System.Integer _ ) As System.Boolean
public System.bool LabelFromCoord( System.int XCoord, System.int YCoord, ref System.int LabelIndex )
Parameters
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
- LabelIndex
- Label index.
Return Value
Returns true if a label is present at the specified coordinates.