StringList.getCount Method¶
Module: StringList
Definition¶
Gets the number of elements in the StringList object.
get_count(self) -> int
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Face Library execution.
int getCount()
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Face Library execution.
public int GetCount()
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Face Library execution.
public int getCount() throws FaceException
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Face Library execution.
public func getCount() throws -> Int32
Returns
IntNumber of elements in the object.
Exceptions
An error has occurred during Face Library execution.
int id3FaceStringList_GetCount (
ID3_FACE_STRING_LIST hStringList,
int * count)
Parameters
hStringListID3_FACE_STRING_LISTin Handle to the StringList object.countint *out Number of elements in the object.
Returns