IntList.set Method¶
Module: IntList
Definition¶
Sets an item of the IntList object.
void set(int index, int item)
Parameters
index intin Index of the item to set.
item intin item to set.
Exceptions
An error has occurred during Face Library execution.