CaptureModeList.getCount Method

Module: CaptureModeList

Definition

Gets the number of elements in the CaptureModeList object.

get_count(self) -> int

Returns

int
Number of elements in the FingerCaptureMode object.

Exceptions

An error has occurred during FingerCapture Library execution.
int getCount()

Returns

int
Number of elements in the FingerCaptureMode object.

Exceptions

An error has occurred during FingerCapture Library execution.
public int GetCount()

Returns

int
Number of elements in the FingerCaptureMode object.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3FingerCaptureCaptureModeList_GetCount (
    ID3_FINGER_CAPTURE_CAPTURE_MODE_LIST hCaptureModeList,
    int * count)

Parameters

in Handle to the CaptureModeList object.

count int *
out Number of elements in the FingerCaptureMode object.

Returns

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