CaptureModeList.removeAt Method¶
Module: CaptureModeList
Definition¶
Removes an element of the CaptureModeList object.
remove_at(self, index: int) -> None
Parameters
index
intin Index of the FingerCaptureMode item to remove.
Exceptions
An error has occurred during FingerCapture Library execution.
void removeAt(int index)
Parameters
index
intin Index of the FingerCaptureMode item to remove.
Exceptions
An error has occurred during FingerCapture Library execution.
public void RemoveAt(int index)
Parameters
index
intin 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
hCaptureModeList
ID3_FINGER_CAPTURE_CAPTURE_MODE_LISTin Handle to the CaptureModeList object.index
intin Index of the FingerCaptureMode item to remove.
Returns