setType method

void setType(
  1. IStatus status,
  2. int index,
  3. int type
)

Implementation

void setType(IStatus status, int index, int type) {
  _setType(self, status.self, index, type);
  status.checkStatus();
}