FingerPositionList.removeAt Method

Module: FingerPositionList

Definition

Removes an element of the FingerPositionList object.

remove_at(self, index: int) -> None

Parameters

index int
in Index of the FingerPosition item to remove.

Exceptions

An error has occurred during FingerCapture Library execution.
void removeAt(int index)

Parameters

index int
in Index of the FingerPosition item to remove.

Exceptions

An error has occurred during FingerCapture Library execution.
public void RemoveAt(int index)

Parameters

index int
in 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

in Handle to the FingerPositionList object.

index int
in Index of the FingerPosition item to remove.

Returns

int
An error code.
See id3FingerCaptureError file for the list of possible error codes.