FingerIndexer.remove Method

Module: FingerIndexer

Definition

Remove a user from the finger indexer.

remove(self, id: int) -> None

Parameters

id int
in ID of the finger template record to delete.

Exceptions

An error has occurred during Finger Library execution.
void remove(int id)

Parameters

id int
in ID of the finger template record to delete.

Exceptions

An error has occurred during Finger Library execution.
public void Remove(int id)

Parameters

id int
in 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 int
in 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 Int32
in 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_INDEXER
in Handle to the FingerIndexer object.

id int
in ID of the finger template record to delete.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.