StringList.add Method¶
Module: StringList
Definition¶
Adds an item to the StringList object.
void add(String? item)
Parameters
item Stringin item to add.
Exceptions
An error has occurred during Face Library execution.
Module: StringList
Adds an item to the StringList object.
void add(String? item)
Parameters
item StringExceptions