DetectedFingerList.get Method¶
Module: DetectedFingerList
Definition¶
Gets an item of the DetectedFingerList object.
get(self, index: int) -> DetectedFinger
Parameters
index
intin Index of the DetectedFinger item to get.
Returns
DetectedFinger item to get.
Exceptions
An error has occurred during Finger Library execution.
DetectedFinger get(int index)
Parameters
index
intin Index of the DetectedFinger item to get.
Returns
DetectedFinger item to get.
Exceptions
An error has occurred during Finger Library execution.
public DetectedFinger Get(int index)
Parameters
index
intin Index of the DetectedFinger item to get.
Returns
DetectedFinger item to get.
Exceptions
An error has occurred during Finger Library execution.
public DetectedFinger get(int index) throws FingerException
Parameters
index
intin Index of the DetectedFinger item to get.
Returns
DetectedFinger item to get.
Exceptions
An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> DetectedFinger
Parameters
index
Int32in Index of the DetectedFinger item to get.
Returns
DetectedFinger item to get.
Exceptions
An error has occurred during Finger Library execution.
int id3DetectedFingerList_Get (
ID3_DETECTED_FINGER_LIST hDetectedFingerList,
int index,
ID3_DETECTED_FINGER hDetectedFingerItem)
Parameters
hDetectedFingerList
ID3_DETECTED_FINGER_LISTin Handle to the DetectedFingerList object.index
intin Index of the DetectedFinger item to get.hDetectedFingerItem
ID3_DETECTED_FINGERout DetectedFinger item to get.
Returns