PointList.clone Method

Module: PointList

Definition

Clones the PointList object.

clone(self) -> PointList

Returns

The newly created point list.

Exceptions

An error has occurred during Document Library execution.
PointList clone()

Returns

The newly created point list.

Exceptions

An error has occurred during Document Library execution.
public PointList Clone()

Returns

The newly created point list.

Exceptions

An error has occurred during Document Library execution.
public PointList clone() throws DocumentException

Returns

The newly created point list.

Exceptions

An error has occurred during Document Library execution.
public func clone() throws -> PointList

Returns

The newly created point list.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentPointList_CopyTo (
    ID3_DOCUMENT_POINT_LIST hPointList,
    ID3_DOCUMENT_POINT_LIST hPointListDst)

Parameters

in Handle to the PointList object.

out The newly created point list.

Returns

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