StringDict.clone Method¶
Module: StringDict
Definition¶
Clones the StringDict object.
clone(self) -> StringDict
Returns
The newly created string dict.
Exceptions
An error has occurred during Document Library execution.
StringDict clone()
Returns
The newly created string dict.
Exceptions
An error has occurred during Document Library execution.
public StringDict Clone()
Returns
The newly created string dict.
Exceptions
An error has occurred during Document Library execution.
public StringDict clone() throws DocumentException
Returns
The newly created string dict.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> StringDict
Returns
The newly created string dict.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringDict_CopyTo (
ID3_DOCUMENT_STRING_DICT hStringDict,
ID3_DOCUMENT_STRING_DICT hStringDictDst)
Parameters
hStringDict
ID3_DOCUMENT_STRING_DICTin Handle to the StringDict object.hStringDictDst
ID3_DOCUMENT_STRING_DICTout The newly created string dict.
Returns