FingerTemplateRecord.get Method¶
Module: FingerTemplateRecord
Definition¶
Gets an item of the FingerTemplateRecord object.
get(self, index: int) -> FingerTemplate
Parameters
index
intin Index of the FingerTemplate item to get.
Returns
FingerTemplate item to get.
Exceptions
An error has occurred during Finger Library execution.
FingerTemplate get(int index)
Parameters
index
intin Index of the FingerTemplate item to get.
Returns
FingerTemplate item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplate Get(int index)
Parameters
index
intin Index of the FingerTemplate item to get.
Returns
FingerTemplate item to get.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplate get(int index) throws FingerException
Parameters
index
intin Index of the FingerTemplate item to get.
Returns
FingerTemplate item to get.
Exceptions
An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> FingerTemplate
Parameters
index
Int32in Index of the FingerTemplate item to get.
Returns
FingerTemplate item to get.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_Get (
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
int index,
ID3_FINGER_TEMPLATE hFingerTemplateItem)
Parameters
hFingerTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Handle to the FingerTemplateRecord object.index
intin Index of the FingerTemplate item to get.hFingerTemplateItem
ID3_FINGER_TEMPLATEout FingerTemplate item to get.
Returns