FingerPositionList.removeAt Method¶
Module: FingerPositionList
Definition¶
Removes an element of the FingerPositionList object.
remove_at(self, index: int) -> None
Parameters
index
intin Index of the FingerPosition item to remove.
Exceptions
An error has occurred during FingerCapture Library execution.
void removeAt(int index)
Parameters
index
intin Index of the FingerPosition item to remove.
Exceptions
An error has occurred during FingerCapture Library execution.
public void RemoveAt(int index)
Parameters
index
intin Index of the FingerPosition item to remove.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerPositionList_RemoveAt (
ID3_FINGER_CAPTURE_FINGER_POSITION_LIST hFingerPositionList,
int index)
Parameters
hFingerPositionList
ID3_FINGER_CAPTURE_FINGER_POSITION_LISTin Handle to the FingerPositionList object.index
intin Index of the FingerPosition item to remove.
Returns