FingerMatchDetails.indexInReference Property

Module: FingerMatchDetails

Type: int

Definition

Index in reference template record. Relevent only if calling CompareTemplateRecords().

index_in_reference: int

Exceptions

An error has occurred during Finger Library execution.
int get indexInReference => getIndexInReference();

Exceptions

An error has occurred during Finger Library execution.
public int indexInReference
{
    get => GetindexInReference();
}

Exceptions

An error has occurred during Finger Library execution.
public int getIndexInReference() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var indexInReference: Int
    get {
        return Int(try! getIndexInReference())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetails_GetIndexInReference (ID3_FINGER_MATCH_DETAILS hFingerMatchDetails, int * indexInReference)

Returns

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