PointList.set Method

Module: PointList

Definition

Sets an item of the PointList object.

set(self, index: int, point_item: Point) -> None

Parameters

index int
in Index of the Point item to set.

point_item Point
in Point item to set.

Exceptions

An error has occurred during Devices Library execution.
void set(int index, Point pointItem)

Parameters

index int
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Devices Library execution.
public void Set(int index, Point pointItem)

Parameters

index int
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Devices Library execution.
public void set(int index, Point pointItem) throws DevicesException

Parameters

index int
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPointList_Set (
    ID3_DEVICES_POINT_LIST hPointList,
    int index,
    const id3DevicesPoint * sPointItem)

Parameters

in Handle to the PointList object.

index int
in Index of the Point item to set.

in Point item to set.

Returns

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