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
hPointList
ID3_FINGER_POINT_LISTin Handle to the PointList object.hPointListDst
ID3_FINGER_POINT_LISTout The newly created point list.
Returns