FieldList.clear Method¶
Module: FieldList
Definition¶
Clear the list.
clear(self) -> None
Exceptions
An error has occurred during Bioseal Library execution.
public void Clear()
Exceptions
An error has occurred during Bioseal Library execution.
public void clear() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public func clear() throws
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealFieldList_Clear (
ID3_BIOSEAL_FIELD_LIST hFieldList)
Parameters
hFieldList
ID3_BIOSEAL_FIELD_LISTin Handle to the FieldList object.
Returns