IntList.get Method¶
Module: IntList
Definition¶
Gets an item of the IntList object.
int get(int index)
Parameters
index intin Index of the item to get.
Returns
intitem to get.
Exceptions
An error has occurred during Face Library execution.
Module: IntList
Gets an item of the IntList object.
int get(int index)
Parameters
index intReturns
intExceptions