FingerMatchDetailsList.get Method¶
Module: FingerMatchDetailsList
Definition¶
Gets an item of the FingerMatchDetailsList object.
get(self, index: int) -> FingerMatchDetails
Parameters
index
intin Index of the FingerMatchDetails item to get.
Returns
FingerMatchDetails item to get.
Exceptions
An error has occurred during Finger Library execution.
FingerMatchDetails get(int index)
Parameters
index
intin Index of the FingerMatchDetails item to get.
Returns
FingerMatchDetails item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerMatchDetails Get(int index)
Parameters
index
intin Index of the FingerMatchDetails item to get.
Returns
FingerMatchDetails item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerMatchDetails get(int index) throws FingerException
Parameters
index
intin Index of the FingerMatchDetails item to get.
Returns
FingerMatchDetails item to get.
Exceptions
An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> FingerMatchDetails
Parameters
index
Int32in Index of the FingerMatchDetails item to get.
Returns
FingerMatchDetails item to get.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerMatchDetailsList_Get (
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 get.hFingerMatchDetailsItem
ID3_FINGER_MATCH_DETAILSout FingerMatchDetails item to get.
Returns