CaptureModeList.count Property¶
Module: CaptureModeList
Type: int
Definition¶
Gets the number of elements contained in the list
count: int
Exceptions
An error has occurred during FingerCapture Library execution.
int get count => getCount();
Exceptions
An error has occurred during FingerCapture Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3FingerCaptureCaptureModeList_GetCount (ID3_FINGER_CAPTURE_CAPTURE_MODE_LIST hCaptureModeList, int * count)
Returns