FingerCandidateList.setTemplateRecord Method¶
Module: FingerCandidateList
Definition¶
Sets the corresponding template record for the candidate of given index.
set_template_record(self, index: int, template_record: FingerTemplateRecord) -> None
Parameters
index
intin Index of the candidate to set the template record for.template_record
FingerTemplateRecordin Template record to set.
Exceptions
An error has occurred during Finger Library execution.
void setTemplateRecord(int index, FingerTemplateRecord templateRecord)
Parameters
index
intin Index of the candidate to set the template record for.templateRecord
FingerTemplateRecordin Template record to set.
Exceptions
An error has occurred during Finger Library execution.
public void SetTemplateRecord(int index, FingerTemplateRecord templateRecord)
Parameters
index
intin Index of the candidate to set the template record for.templateRecord
FingerTemplateRecordin Template record to set.
Exceptions
An error has occurred during Finger Library execution.
public void setTemplateRecord(int index, FingerTemplateRecord templateRecord) throws FingerException
Parameters
index
intin Index of the candidate to set the template record for.templateRecord
FingerTemplateRecordin Template record to set.
Exceptions
An error has occurred during Finger Library execution.
public func setTemplateRecord(index: Int32, templateRecord: FingerTemplateRecord) throws
Parameters
index
Int32in Index of the candidate to set the template record for.templateRecord
FingerTemplateRecordin Template record to set.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerCandidateList_SetTemplateRecord (
ID3_FINGER_CANDIDATE_LIST hFingerCandidateList,
int index,
ID3_FINGER_TEMPLATE_RECORD hTemplateRecord)
Parameters
hFingerCandidateList
ID3_FINGER_CANDIDATE_LISTin Handle to the FingerCandidateList object.index
intin Index of the candidate to set the template record for.hTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Template record to set.
Returns