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 Finger Library execution.
PointList clone()

Returns

The newly created point list.

Exceptions

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

Returns

The newly created point list.

Exceptions

An error has occurred during Finger Library execution.
public PointList clone() throws FingerException

Returns

The newly created point list.

Exceptions

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

Returns

The newly created point list.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerPointList_CopyTo (
    ID3_FINGER_POINT_LIST hPointList,
    ID3_FINGER_POINT_LIST hPointListDst)

Parameters

in Handle to the PointList object.

hPointListDst ID3_FINGER_POINT_LIST
out The newly created point list.

Returns

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