ExtensionList.clear Method¶
Module: ExtensionList
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 id3BiosealExtensionList_Clear (
ID3_BIOSEAL_EXTENSION_LIST hExtensionList)
Parameters
hExtensionList
ID3_BIOSEAL_EXTENSION_LISTin Handle to the ExtensionList object.
Returns