FingerIndexer.remove Method¶
Module: FingerIndexer
Definition¶
Remove a user from the finger indexer.
remove(self, id: int) -> None
Parameters
idintin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
void remove(int id)
Parameters
idintin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
public void Remove(int id)
Parameters
idintin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
public void remove(int id) throws FingerException
Parameters
idintin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
public func remove(id: Int32) throws
Parameters
idInt32in ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_Remove (
ID3_FINGER_INDEXER hFingerIndexer,
int id)
Parameters
hFingerIndexerID3_FINGER_INDEXERin Handle to the FingerIndexer object.idintin ID of the finger template record to delete.
Returns