FingerMatchDetailsList.set Method¶
Module: FingerMatchDetailsList
Definition¶
Sets an item of the FingerMatchDetailsList object.
set(self, index: int, finger_match_details_item: FingerMatchDetails) -> None
Parameters
index
intin Index of the FingerMatchDetails item to set.finger_match_details_item
FingerMatchDetailsin FingerMatchDetails item to set.
Exceptions
An error has occurred during Finger Library execution.
void set(int index, FingerMatchDetails fingerMatchDetailsItem)
Parameters
index
intin Index of the FingerMatchDetails item to set.fingerMatchDetailsItem
FingerMatchDetailsin FingerMatchDetails item to set.
Exceptions
An error has occurred during Finger Library execution.
public void Set(int index, FingerMatchDetails fingerMatchDetailsItem)
Parameters
index
intin Index of the FingerMatchDetails item to set.fingerMatchDetailsItem
FingerMatchDetailsin FingerMatchDetails item to set.
Exceptions
An error has occurred during Finger Library execution.
public void set(int index, FingerMatchDetails fingerMatchDetailsItem) throws FingerException
Parameters
index
intin Index of the FingerMatchDetails item to set.fingerMatchDetailsItem
FingerMatchDetailsin FingerMatchDetails item to set.
Exceptions
An error has occurred during Finger Library execution.
public func set(index: Int32, fingerMatchDetailsItem: FingerMatchDetails) throws
Parameters
index
Int32in Index of the FingerMatchDetails item to set.fingerMatchDetailsItem
FingerMatchDetailsin FingerMatchDetails item to set.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerMatchDetailsList_Set (
ID3_FINGER_MATCH_DETAILS_LIST hFingerMatchDetailsList,
int index,
ID3_FINGER_MATCH_DETAILS hFingerMatchDetailsItem)
Parameters
hFingerMatchDetailsList
ID3_FINGER_MATCH_DETAILS_LISTin Handle to the FingerMatchDetailsList object.index
intin Index of the FingerMatchDetails item to set.hFingerMatchDetailsItem
ID3_FINGER_MATCH_DETAILSin FingerMatchDetails item to set.
Returns