FingerIndexer.remove Method¶
Module: FingerIndexer
Definition¶
Remove a user from the finger indexer.
remove(self, id: int) -> None
Parameters
id
intin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
void remove(int id)
Parameters
id
intin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
public void Remove(int id)
Parameters
id
intin 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
id
intin ID of the finger template record to delete.
Exceptions
An error has occurred during Finger Library execution.
public func remove(id: Int32) throws
Parameters
id
Int32in 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
hFingerIndexer
ID3_FINGER_INDEXERin Handle to the FingerIndexer object.id
intin ID of the finger template record to delete.
Returns