StringDict.clear Method¶
Module: StringDict
Definition¶
Clears the StringDict object.
clear(self) -> None
Exceptions
An error has occurred during Document Library execution.
public void Clear()
Exceptions
An error has occurred during Document Library execution.
public void clear() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func clear() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringDict_Clear (
ID3_DOCUMENT_STRING_DICT hStringDict)
Parameters
hStringDict
ID3_DOCUMENT_STRING_DICTin Handle to the StringDict object.
Returns