FingerTemplateDict.add Method

Module: FingerTemplateDict

Definition

Adds an item to the FingerTemplateDict object.

add(self, key: str, finger_template_item: FingerTemplate) -> None

Parameters

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

finger_template_item FingerTemplate
in FingerTemplate item to add.

Exceptions

An error has occurred during Finger Library execution.
void add(String? key, FingerTemplate fingerTemplateItem)

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to add.

Exceptions

An error has occurred during Finger Library execution.
public void Add(string key, FingerTemplate fingerTemplateItem)

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to add.

Exceptions

An error has occurred during Finger Library execution.
public void add(String key, FingerTemplate fingerTemplateItem) throws FingerException

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to add.

Exceptions

An error has occurred during Finger Library execution.
public func add(key: String, fingerTemplateItem: FingerTemplate) throws

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to add.

Exceptions

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

Parameters

hFingerTemplateDict ID3_FINGER_TEMPLATE_DICT
in Handle to the FingerTemplateDict object.

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

hFingerTemplateItem ID3_FINGER_TEMPLATE
in FingerTemplate item to add.

Returns

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