FingerCandidateList.resize Method¶
Module: FingerCandidateList
Definition¶
FingerCandidateList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin FingerCandidate object.
Exceptions
An error has occurred during Finger Library execution.
void resize(int newSize)
Parameters
newSize
intin FingerCandidate object.
Exceptions
An error has occurred during Finger Library execution.
public void Resize(int newSize)
Parameters
newSize
intin FingerCandidate object.
Exceptions
An error has occurred during Finger Library execution.
public void resize(int newSize) throws FingerException
Parameters
newSize
intin FingerCandidate object.
Exceptions
An error has occurred during Finger Library execution.
public func resize(newSize: Int32) throws
Parameters
newSize
Int32in 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_LISTin Handle to the FingerCandidateList object.newSize
intin FingerCandidate object.
Returns