FingerTemplateDict.remove Method

Module: FingerTemplateDict

Definition

Removes an element of the FingerTemplateDict object.

remove(self, key: str) -> None

Parameters

key str
in Unique key of the FingerTemplate item to remove.

Exceptions

An error has occurred during Finger Library execution.
void remove(String? key)

Parameters

key String
in Unique key of the FingerTemplate item to remove.

Exceptions

An error has occurred during Finger Library execution.
public void Remove(string key)

Parameters

key string
in Unique key of the FingerTemplate item to remove.

Exceptions

An error has occurred during Finger Library execution.
public void remove(String key) throws FingerException

Parameters

key String
in Unique key of the FingerTemplate item to remove.

Exceptions

An error has occurred during Finger Library execution.
public func remove(key: String) throws

Parameters

key String
in Unique key of the FingerTemplate item to remove.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplateDict_Remove (
    ID3_FINGER_TEMPLATE_DICT hFingerTemplateDict,
    const char * key)

Parameters

hFingerTemplateDict ID3_FINGER_TEMPLATE_DICT
in Handle to the FingerTemplateDict object.

key const char *
in Unique key of the FingerTemplate item to remove.

Returns

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