'Declaration Public Function FunctionsFromCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef GroupIndex As System.Integer, _ ByRef FunctionIndex As System.Integer _ ) As System.Boolean
public System.bool FunctionsFromCoord( System.int XCoord, System.int YCoord, ref System.int GroupIndex, ref System.int FunctionIndex )
Parameters
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
- GroupIndex
- Group index.
- FunctionIndex
- Series index.
Return Value
The return value indicates successful calculation.