FingerCandidate.id Property¶
Module: FingerCandidate
Type: int
Definition¶
ID of the most similar finger template as defined in the reference finger template record used to perform the search.
int get id => getId();
set id(int value) => setId(value);
Exceptions
An error has occurred during Finger Library execution.
public int id
{
get => Getid();
set => Setid(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public int getId() throws FingerException
public void setId(int id) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var id: Int
get {
return Int(try! getId())
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerCandidate_GetId (ID3_FINGER_CANDIDATE hFingerCandidate, int * id)
int id3FingerCandidate_SetId (ID3_FINGER_CANDIDATE hFingerCandidate, int id)
Returns