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

in Handle to the StringDict object.

out The newly created string dict.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.