FingerTemplateRecord.set Method¶
Module: FingerTemplateRecord
Definition¶
Sets an item of the FingerTemplateRecord object.
set(self, index: int, finger_template_item: FingerTemplate) -> None
Parameters
index
intin Index of the FingerTemplate item to set.finger_template_item
FingerTemplatein FingerTemplate item to set.
Exceptions
An error has occurred during Finger Library execution.
void set(int index, FingerTemplate fingerTemplateItem)
Parameters
index
intin Index of the FingerTemplate item to set.fingerTemplateItem
FingerTemplatein FingerTemplate item to set.
Exceptions
An error has occurred during Finger Library execution.
public void Set(int index, FingerTemplate fingerTemplateItem)
Parameters
index
intin Index of the FingerTemplate item to set.fingerTemplateItem
FingerTemplatein FingerTemplate item to set.
Exceptions
An error has occurred during Finger Library execution.
public void set(int index, FingerTemplate fingerTemplateItem) throws FingerException
Parameters
index
intin Index of the FingerTemplate item to set.fingerTemplateItem
FingerTemplatein FingerTemplate item to set.
Exceptions
An error has occurred during Finger Library execution.
public func set(index: Int32, fingerTemplateItem: FingerTemplate) throws
Parameters
index
Int32in Index of the FingerTemplate item to set.fingerTemplateItem
FingerTemplatein FingerTemplate item to set.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_Set (
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
int index,
ID3_FINGER_TEMPLATE hFingerTemplateItem)
Parameters
hFingerTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Handle to the FingerTemplateRecord object.index
intin Index of the FingerTemplate item to set.hFingerTemplateItem
ID3_FINGER_TEMPLATEin FingerTemplate item to set.
Returns