FingerTemplateDict.add Method¶
Module: FingerTemplateDict
Definition¶
Adds an item to the FingerTemplateDict object.
add(self, key: str, finger_template_item: FingerTemplate) -> None
Parameters
key
strin Unique key of the FingerTemplate item to add.finger_template_item
FingerTemplatein FingerTemplate item to add.
Exceptions
An error has occurred during Finger Library execution.
void add(String? key, FingerTemplate fingerTemplateItem)
Parameters
key
Stringin Unique key of the FingerTemplate item to add.fingerTemplateItem
FingerTemplatein FingerTemplate item to add.
Exceptions
An error has occurred during Finger Library execution.
public void Add(string key, FingerTemplate fingerTemplateItem)
Parameters
key
stringin Unique key of the FingerTemplate item to add.fingerTemplateItem
FingerTemplatein FingerTemplate item to add.
Exceptions
An error has occurred during Finger Library execution.
public void add(String key, FingerTemplate fingerTemplateItem) throws FingerException
Parameters
key
Stringin Unique key of the FingerTemplate item to add.fingerTemplateItem
FingerTemplatein FingerTemplate item to add.
Exceptions
An error has occurred during Finger Library execution.
public func add(key: String, fingerTemplateItem: FingerTemplate) throws
Parameters
key
Stringin Unique key of the FingerTemplate item to add.fingerTemplateItem
FingerTemplatein 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_DICTin Handle to the FingerTemplateDict object.key
const char *in Unique key of the FingerTemplate item to add.hFingerTemplateItem
ID3_FINGER_TEMPLATEin FingerTemplate item to add.
Returns