StringList.clear Method¶
Module: StringList
Definition¶
Clears the StringList object.
public void clear() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func clear() throws
Exceptions
An error has occurred during Face Library execution.
int id3FaceStringList_Clear (
ID3_FACE_STRING_LIST hStringList)
Parameters
hStringList
ID3_FACE_STRING_LISTin Handle to the StringList object.
Returns