FingerPositionList.get Method¶
Module: FingerPositionList
Definition¶
Gets an item of the FingerPositionList object.
get(self, index: int) -> FingerPosition
Parameters
index
intin Index of the FingerPosition item to get.
Returns
FingerPosition item to get.
Exceptions
An error has occurred during FingerCapture Library execution.
FingerPosition get(int index)
Parameters
index
intin Index of the FingerPosition item to get.
Returns
FingerPosition item to get.
Exceptions
An error has occurred during FingerCapture Library execution.
public FingerPosition Get(int index)
Parameters
index
intin Index of the FingerPosition item to get.
Returns
FingerPosition item to get.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerPositionList_Get (
ID3_FINGER_CAPTURE_FINGER_POSITION_LIST hFingerPositionList,
int index,
id3FingerPosition * eFingerPositionItem)
Parameters
hFingerPositionList
ID3_FINGER_CAPTURE_FINGER_POSITION_LISTin Handle to the FingerPositionList object.index
intin Index of the FingerPosition item to get.eFingerPositionItem
id3FingerPosition *out FingerPosition item to get.
Returns