FingerTemplateDict.set Method

Module: FingerTemplateDict

Definition

Sets an item of the FingerTemplateDict object.

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

Parameters

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

finger_template_item FingerTemplate
in FingerTemplate item to set.

Exceptions

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

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

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

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

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

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

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

Parameters

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

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplateDict_Set (
    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 set.

hFingerTemplateItem ID3_FINGER_TEMPLATE
in FingerTemplate item to set.

Returns

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