FingerTemplateDict.get Method

Module: FingerTemplateDict

Definition

Gets an item of the FingerTemplateDict object.

get(self, key: str) -> FingerTemplate

Parameters

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

Returns

FingerTemplate item to get.

Exceptions

An error has occurred during Finger Library execution.
FingerTemplate get(String? key)

Parameters

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

Returns

FingerTemplate item to get.

Exceptions

An error has occurred during Finger Library execution.
public FingerTemplate Get(string key)

Parameters

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

Returns

FingerTemplate item to get.

Exceptions

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

Parameters

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

Returns

FingerTemplate item to get.

Exceptions

An error has occurred during Finger Library execution.
public func get(key: String) throws -> FingerTemplate

Parameters

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

Returns

FingerTemplate item to get.

Exceptions

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

hFingerTemplateItem ID3_FINGER_TEMPLATE
out FingerTemplate item to get.

Returns

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