selectRequestPoint abstract method

void selectRequestPoint(
  1. int requestPointIndex
)

Selects a request point with specified index. Only one point can be selected at a time. If some other point is selected already, it will be deselected.

Implementation

void selectRequestPoint(core.int requestPointIndex);