FingerCandidateList.resize Method

Module: FingerCandidateList

Definition

FingerCandidateList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in FingerCandidate object.

Exceptions

An error has occurred during Finger Library execution.
void resize(int newSize)

Parameters

newSize int
in FingerCandidate object.

Exceptions

An error has occurred during Finger Library execution.
public void Resize(int newSize)

Parameters

newSize int
in FingerCandidate object.

Exceptions

An error has occurred during Finger Library execution.
public void resize(int newSize) throws FingerException

Parameters

newSize int
in FingerCandidate object.

Exceptions

An error has occurred during Finger Library execution.
public func resize(newSize: Int32) throws

Parameters

newSize Int32
in FingerCandidate object.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerCandidateList_Resize (
    ID3_FINGER_CANDIDATE_LIST hFingerCandidateList,
    int newSize)

Parameters

hFingerCandidateList ID3_FINGER_CANDIDATE_LIST
in Handle to the FingerCandidateList object.

newSize int
in FingerCandidate object.

Returns

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