FingerImageRecord.get Method¶
Module: FingerImageRecord
Definition¶
Gets an item of the FingerImageRecord object.
get(self, index: int) -> FingerImage
Parameters
index
intin Index of the FingerImage item to get.
Returns
FingerImage item to get.
Exceptions
An error has occurred during Finger Library execution.
FingerImage get(int index)
Parameters
index
intin Index of the FingerImage item to get.
Returns
FingerImage item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerImage Get(int index)
Parameters
index
intin Index of the FingerImage item to get.
Returns
FingerImage item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerImage get(int index) throws FingerException
Parameters
index
intin Index of the FingerImage item to get.
Returns
FingerImage item to get.
Exceptions
An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> FingerImage
Parameters
index
Int32in Index of the FingerImage item to get.
Returns
FingerImage item to get.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImageRecord_Get (
ID3_FINGER_IMAGE_RECORD hFingerImageRecord,
int index,
ID3_FINGER_IMAGE hFingerImageItem)
Parameters
hFingerImageRecord
ID3_FINGER_IMAGE_RECORDin Handle to the FingerImageRecord object.index
intin Index of the FingerImage item to get.hFingerImageItem
ID3_FINGER_IMAGEout FingerImage item to get.
Returns