Field.valueAsBooleanArray Property¶
Module: Field
Type: bool[]
Definition¶
The field value as an array of booleans.
value_as_boolean_array: List[bool]
Exceptions
An error has occurred during Bioseal Library execution.
bool get valueAsBooleanArray => getValueAsBooleanArray();
Exceptions
An error has occurred during Bioseal Library execution.
public bool[] valueAsBooleanArray
{
get => GetvalueAsBooleanArray();
}
Exceptions
An error has occurred during Bioseal Library execution.
public boolean[] getValueAsBooleanArray() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var valueAsBooleanArray: Bool
get {
return try! getValueAsBooleanArray()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsBooleanArray (ID3_BIOSEAL_FIELD hField, bool * valueAsBooleanArray, int * valueAsBooleanArraySize)
Returns