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

Parameters

index int
in Index of the Point item to set.

pointItem Point
in Point item to set.

Exceptions

An error has occurred during Face 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 Face Library execution.
int id3FacePointList_Set (
    ID3_FACE_POINT_LIST hPointList,
    int index,
    const id3FacePoint * 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 id3FaceError file for the list of possible error codes.