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