FingerIndexer.userCount Property¶
Module: FingerIndexer
Type: int
Definition¶
Current number of indexed template records.
int get userCount => getUserCount();
Exceptions
An error has occurred during Finger Library execution.
public int userCount
{
get => GetuserCount();
}
Exceptions
An error has occurred during Finger Library execution.
public int getUserCount() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var userCount: Int
get {
return Int(try! getUserCount())
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_GetUserCount (ID3_FINGER_INDEXER hFingerIndexer, int * userCount)
Returns