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

Returns

The newly created point list.

Exceptions

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

Returns

The newly created point list.

Exceptions

An error has occurred during Devices Library execution.
public PointList clone() throws DevicesException

Returns

The newly created point list.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPointList_CopyTo (
    ID3_DEVICES_POINT_LIST hPointList,
    ID3_DEVICES_POINT_LIST hPointListDst)

Parameters

in Handle to the PointList object.

out The newly created point list.

Returns

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