PointList.set Method¶
Module: PointList
Definition¶
Sets an item of the PointList object.
set(self, index: int, point_item: Point) -> None
Parameters
Exceptions
An error has occurred during Devices Library execution.
void set(int index, Point pointItem)
Parameters
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, Point pointItem)
Parameters
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, Point pointItem) throws DevicesException
Parameters
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPointList_Set (
ID3_DEVICES_POINT_LIST hPointList,
int index,
const id3DevicesPoint * sPointItem)
Parameters
hPointList
ID3_DEVICES_POINT_LISTin Handle to the PointList object.index
intin Index of the Point item to set.sPointItem
const id3DevicesPoint *in Point item to set.
Returns