CaptureModeList.removeAt Method

Module: CaptureModeList

Definition

Removes an element of the CaptureModeList object.

remove_at(self, index: int) -> None

Parameters

index int
in Index of the FingerCaptureMode item to remove.

Exceptions

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

Parameters

index int
in Index of the FingerCaptureMode item to remove.

Exceptions

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

Parameters

index int
in Index of the FingerCaptureMode item to remove.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3FingerCaptureCaptureModeList_RemoveAt (
    ID3_FINGER_CAPTURE_CAPTURE_MODE_LIST hCaptureModeList,
    int index)

Parameters

in Handle to the CaptureModeList object.

index int
in Index of the FingerCaptureMode item to remove.

Returns

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