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 Finger 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 Finger 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 Finger Library execution.
public void set(int index, Point pointItem) throws FingerException

Parameters

index int
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Finger Library execution.
public func set(index: Int32, pointItem: Point) throws

Parameters

index Int32
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerPointList_Set (
    ID3_FINGER_POINT_LIST hPointList,
    int index,
    const id3FingerPoint * 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 id3FingerError file for the list of possible error codes.