FingerImage.cbeffProductId Property¶
Module: FingerImage
Type: int
Definition¶
CBEFF product ID as registered with the IBIA (www.ibia.org).
cbeff_product_id: int
Exceptions
An error has occurred during Finger Library execution.
int get cbeffProductId => getCbeffProductId();
set cbeffProductId(int value) => setCbeffProductId(value);
Exceptions
An error has occurred during Finger Library execution.
public int cbeffProductId
{
get => GetcbeffProductId();
set => SetcbeffProductId(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public int getCbeffProductId() throws FingerException
public void setCbeffProductId(int cbeffProductId) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var cbeffProductId: Int
get {
return Int(try! getCbeffProductId())
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_GetCbeffProductId (ID3_FINGER_IMAGE hFingerImage, int * cbeffProductId)
int id3FingerImage_SetCbeffProductId (ID3_FINGER_IMAGE hFingerImage, int cbeffProductId)
Returns